An MCP server for accessing YAPI interface details, configured via environment variables.
This is a Model Context Protocol (MCP) server that provides access to YAPI interface details.
npm install
.env
file in the root directory with the following variables:YAPI_BASE_URL=http://your-yapi-instance.com
YAPI_TOKEN=your-token-here
YAPI_PROJECT_ID=your-project-id
Start the server:
npm start
The server can be configured in your Claude Desktop config file:
{
"mcpServers": {
"yapi": {
"type": "SSE",
"url": "http://localhost:${your .env PORT}/sse"
}
}
}
Access WordPress development rules and best practices from the WordPress LLM Rules repository. It dynamically creates tools for each rule and caches content using Cloudflare Durable Objects.
A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.
Explore and analyze OpenAPI specifications from local files or remote URLs.
A template for deploying a remote MCP server on Cloudflare Workers, allowing for custom tool integration.
Query the BuiltWith API to discover the technology stacks of websites. Requires a BuiltWith API key.
Access Composers' Desktop Project (CDP) sound transformation programs. Requires a separate CDP installation.
Interact with over 100 cryptocurrency exchange APIs using the CCXT library.
A platform-agnostic server for scalable mobile automation and development across iOS, Android, simulators, and emulators.
A starter MCP server built with TypeScript and the official MCP SDK, featuring example tools like echo, add, time, and flight status.
An example of a remote MCP server deployable on Cloudflare Workers without authentication.