APIWeaver
Active
A FastMCP server that dynamically creates MCP (Model Context Protocol) servers from web API configurations. This allows you to easily integrate any REST API, GraphQL endpoint, or web service into an MCP-compatible tool that can be used by AI assistants like Claude.
Updated 8/4/2025
Key Features
What makes this MCP server special
Dynamic API registration
 Multiple auth methods
 All HTTP methods
 Flexible parameters
 Tool generation
 Built-in testing
 JSON response handling
 Multi-transport support
Requirements
UVX
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
https://github.com/GongRzhe
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
https://github.com/GongRzhe/APIWeaver?tab=readme-ov-file#installation2. Configuration
{
  "mcpServers": {
    "apiweaver": {
      "command": "uvx",
      "args": [
        "apiweaver",
        "run"
      ]
    }
  }
}3. Usage Example
-