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
홈페이지: