Loading languages...
AP

apiweaver

@GongRzhe25

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.

API Integration
REST API
GraphQL
Web Service
Tool Generation

# mcpServer Config

{
  "mcpServers": {
    "apiweaver": {
      "command": "apiweaver",
      "args": [
        "run",
        "--transport",
        "streamable-http",
        "--host",
        "127.00.0.1",
        "--port",
        "8000"
      ]
    }
  }
}

# stdio

apiweaver run

# sseURL

http://127.0.0.1:8000/mcp

# streamableURL

http://127.0.0.1:8000/mcp
Transport:
stdio
sse
streamable
语言:
Python
创建时间:4/14/2025
更新时间:7/18/2025
主页: