MCP.so
登录

QuickMCP

@gunpal5

关于 QuickMCP

Effortlessly Build Model Context Protocol Servers with OpenAPI or Swagger or Google Discovery Specifications

基本信息

分类

其他

许可证

MIT

运行时

c#

传输方式

stdio

发布者

gunpal5

提交者

Gunpal Jain

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is QuickMCP?

QuickMCP is a .NET toolkit for building and serving Model Context Protocol (MCP) servers from OpenAPI, Swagger, or Google Discovery specifications. It reduces boilerplate and accelerates server creation using a CLI utility and a configurable library.

How to use QuickMCP?

Install the CLI tool with dotnet tool install -g QuickMCP.CLI or add the QuickMCP NuGet package. From the CLI, use commands like quickmcp serve --spec-url to serve a spec, quickmcp build config to generate configuration, or quickmcp build ce to create a Claude Desktop extension. Programmatically, build server info using McpServerInfoBuilder and integrate with the official MCP C# SDK via WithQuickMCP().

Key features of QuickMCP

  • Generate .NET MCP servers from OpenAPI/Swagger/Google Discovery specs
  • Build Claude Desktop Extensions (.mcpb) with AI-powered metadata
  • Highly configurable .NET library with a CLI utility
  • Multiple configuration approaches (options or method chaining)
  • Comprehensive authentication support (API Key, Basic, Bearer, OAuth 2.0, Custom)
  • Seamless integration with MCP clients like Claude Desktop
  • AI-powered metadata generation using Google Gemini

Use cases of QuickMCP

  • Serve a REST API (e.g., Petstore) as an MCP server in minutes
  • Create a Claude Desktop extension from an existing Swagger specification
  • Configure an MCP server with API key or OAuth authentication
  • Manage multiple MCP server configurations using the CLI add/list/delete commands
  • Build and host custom MCP tools with error handling, logging, and path filtering

FAQ from QuickMCP

What specification formats are supported?

OpenAPI, Swagger, and Google Discovery specifications are supported.

What authentication methods are available?

API Key, Basic, Bearer Token, OAuth 2.0, and Custom Header authentication. A custom authentication implementation interface is also provided.

How do I install QuickMCP?

Install the CLI globally with dotnet tool install -g QuickMCP.CLI or add the library via dotnet add package QuickMCP.

Can QuickMCP build extensions for Claude Desktop?

Yes, QuickMCP can build Claude Desktop extensions (.mcpb files), optionally with AI-generated metadata using Google Gemini.

What MCP clients is QuickMCP compatible with?

The README explicitly mentions integration with Claude Desktop via its JSON configuration.

评论

其他 分类下的更多 MCP 服务器