@duitmyself/api-mcp
v0.1.0
Published
Official MCP server for the DuitMyself Public API.
Maintainers
Readme
@duitmyself/api-mcp
Official MCP server for the DuitMyself Public API.
- Docs: https://docs.duitmyself.com/mcp
- Package: https://www.npmjs.com/package/@duitmyself/api-mcp
Run
DUITMYSELF_API_KEY=key_... npx -y @duitmyself/api-mcpOptional:
DUITMYSELF_API_BASE_URL=https://api.duitmyself.appClaude Desktop
{
"mcpServers": {
"duitmyself": {
"command": "npx",
"args": ["-y", "@duitmyself/api-mcp"],
"env": {
"DUITMYSELF_API_KEY": "key_..."
}
}
}
}Claude Code
claude mcp add --transport stdio duitmyself -- npx -y @duitmyself/api-mcp