MCP.so
登录
T

Turn any REST API into an MCP server in one command

@Amanbig

关于 Turn any REST API into an MCP server in one command

Point mcpify at any OpenAPI spec and every endpoint becomes a tool your AI agent (Claude, Cursor, Windsurf) can call — zero glue code, zero per-endpoint wrappers, always in sync with the spec. Supports GET/POST/PUT/PATCH/DELETE, auth headers, and both URL and local file specs.

基本信息

分类

开发工具

传输方式

stdio

发布者

Amanbig

提交者

Amanpreet Singh

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcpify": {
      "command": "mcpify",
      "args": [
        "https://your-api.com/openapi.json"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Turn any REST API into an MCP server in one command?

It transforms any REST API that has an OpenAPI specification into a Model Context Protocol (MCP) server. Every endpoint becomes a tool that AI agents like Claude, Cursor, and Windsurf can call directly — no glue code or per-endpoint wrappers needed, and it stays in sync with the specification.

How to use Turn any REST API into an MCP server in one command?

Point mcpify at any OpenAPI specification (via URL or local file) and run a single command. The generated MCP server exposes all endpoints as tools, supporting GET, POST, PUT, PATCH, DELETE, and authentication headers.

Key features of Turn any REST API into an MCP server in one command

  • Zero glue code or per‑endpoint wrappers
  • Automatically stays in sync with the spec
  • Supports all HTTP methods (GET, POST, PUT, PATCH, DELETE)
  • Handles authentication headers
  • Loads specs from URLs or local files

Use cases of Turn any REST API into an MCP server in one command

  • Integrate a legacy REST API into an AI agent without writing any code
  • Let Claude or Cursor call any API endpoint as a tool
  • Keep AI tools automatically up‑to‑date with a changing API specification
  • Quickly wrap internal or third‑party REST APIs for MCP‑compatible agents

FAQ from Turn any REST API into an MCP server in one command

What HTTP methods does MCPify support?

It supports GET, POST, PUT, PATCH, and DELETE.

Can I use authentication headers?

Yes, it supports authentication headers as defined in the OpenAPI spec.

How does it stay in sync with the API?

It reads the OpenAPI specification directly, so any changes to the spec are automatically reflected without manual updates.

Which AI agents can use the resulting MCP server?

It is designed for agents that support the Model Context Protocol, including Claude, Cursor, and Windsurf.

What formats can the OpenAPI spec be in?

It can load the specification from a URL or a local file.

评论

开发工具 分类下的更多 MCP 服务器