RapidAPI MCP logo

RapidAPI MCP

by SecurFi

RapidAPI MCP is a server application designed to be used with Claude. It facilitates the integration and execution of Python scripts within the Claude environment.

View on GitHub

Last updated: N/A

RapidAPI MCP

uv add -r requirements.txt

# install the server in Claude (and restart Claude manually)
fastmcp install server.py

# debug in the inspector
fastmcp dev server.py

claude config

    "RapidAPI": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "fastmcp",
	      "--with",
	      "requests",
        "fastmcp",
        "run",
        "/Users/{YOUR_USERNAME}/Documents/rapidapi_mcp/server.py"
      ]
    }