claude-crapi-mcp-remote-server-demo

mcropsey/claude-crapi-mcp-remote-server-demo
★ 0 stars Python AI/LLM Updated 2d 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": {
    "claude-crapi-mcp-rem": {
      "command": "uvx",
      "args": [
        "claude-crapi-mcp-remote-server-demo"
      ]
    }
  }
}

Or install with pip: pip install claude-crapi-mcp-remote-server-demo