accounts-mcp-server

sandeepsriv/accounts-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "accounts-mcp-server": {
      "command": "uvx",
      "args": [
        "accounts-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install accounts-mcp-server

README Excerpt

**What MCP is NOT doing** It's not translating API responses into natural language prompts. The raw data from your tools (JSON, numbers, strings) goes back as-is. **What MCP IS doing** It's acting as a **capability registry + standardized communication bridge** between your code and any LLM host. **What happens at runtime**