claude-mcp-server

muaazsiddique/claude-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 7d ago
A custom MCP server connecting Claude to business intelligence tools — company lookup, AI lead scoring, email drafting, CRM logging, and web research.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

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