restfulapi_2_mcpserver

honestAnt/restfulapi_2_mcpserver
★ 1 stars Python 🔌 API Integration Updated 7mo ago
An MCP server.
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": {
    "restfulapi_2_mcpserv": {
      "command": "uvx",
      "args": [
        "restfulapi-2-mcpserver"
      ]
    }
  }
}

Or install with pip: pip install restfulapi-2-mcpserver