API Wrapper MCP Server
@gomcpgo
关于 API Wrapper MCP Server
Create MCP server for any API
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is API Wrapper MCP Server?
API Wrapper MCP Server is a generic server for the Model Context Protocol (MCP) that allows you to easily wrap REST APIs as MCP tools. These tools can be accessed by Claude and other MCP clients.
How to use API Wrapper MCP Server?
Create a YAML configuration file defining your API endpoints, set any required API tokens as environment variables, then run the server with your config file (./api_wrapper my-apis.yaml). For Claude Desktop, add the server to your claude_desktop_config.json.
Key features of API Wrapper MCP Server
- Easy YAML configuration for multiple API endpoints
- Support for both GET and POST requests
- Parameter validation and default values
- Authentication via environment variables
- Custom timeouts for API calls
Use cases of API Wrapper MCP Server
- Wrap existing REST APIs as MCP tools for Claude and other MCP clients
- Quickly create custom MCP tools without writing server code
- Expose multiple API endpoints through a single MCP server
FAQ from API Wrapper MCP Server
How do I configure API endpoints?
Create a YAML file with tool definitions, each specifying a name, description, endpoint URL, HTTP method, timeout, and parameters with types and defaults.
How does authentication work?
Set the main authentication token using the environment variable specified in the auth.token_env_var field. You can also reference other environment variables in templates with {{env:VARIABLE_NAME}}.
How do I integrate with Claude Desktop?
Add the server to your claude_desktop_config.json with the command, arguments (your config file path), and any required environment variables.
What HTTP methods are supported?
Both GET and POST requests are supported. For GET requests, use query_params; for POST, use a template for the request body.
Are there example configurations?
Yes, an example-config.yaml file is provided with sample API configurations.
开发工具 分类下的更多 MCP 服务器
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
评论