RapidAPI_mcp

SecurFi/RapidAPI_mcp

3.2

If you are the rightful owner of RapidAPI_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

RapidAPI MCP is a model context protocol server designed to facilitate seamless integration and communication between different platforms using the MCP technology.

RapidAPI MCP

smithery badge

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"
      ]
    }