Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By vanman2024
FastMCP SDK plugin for building MCP servers with Python/TypeScript. Layered commands for server development, authentication, deployment, and integrations with comprehensive feature support.
npx claudepluginhub vanman2024/mcp-servers-marketplace --plugin fastmcpGenerate MCP tools from Postman collections to wrap existing APIs. Falls back to WebFetch/Playwright if Postman unavailable. Uses Postman MCP server and Newman to analyze API structure and create FastMCP tool wrappers.
---
---
---
---
Use this agent to generate MCP tools that wrap REST APIs from Postman collections. Analyzes API structure and creates FastMCP tools with proper types, error handling, and documentation. Invoked by /fastmcp:add-api-wrapper command.
Use this agent to create and initialize new FastMCP TypeScript client applications for connecting to MCP servers. Handles project setup, TypeScript configuration, dependencies, and starter code following FastMCP Client SDK best practices.
Use this agent to create and initialize new FastMCP client applications for connecting to and interacting with MCP servers. This agent handles Python client project setup following FastMCP Client SDK best practices.
Use this agent to configure deployment and transport options for FastMCP servers. Handles HTTP, STDIO, FastMCP Cloud, and production configuration with monitoring, logging, and security.
Use this agent to create and initialize new FastMCP TypeScript server applications with proper project structure, dependencies, and starter code following FastMCP SDK best practices.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Build FastMCP 3.x Python MCP servers — covers provider/transform architecture (including CodeMode, Tool Search, and server-level transforms), component versioning, session state, authorization (MultiAuth, PropelAuth, connection-pooled token verifiers), evaluation creation, Pydantic validation, async patterns, STDIO and HTTP transports, nginx reverse proxy deployment, background tasks, Prefab Apps UI, security patterns, client SDK usage, testing, deployment, and migration from FastMCP v2. TypeScript is a legacy reference only and is not updated for v3.
MCP server development helper with tool and resource scaffolding
FastMCP Python framework for MCP servers with tools, resources, storage backends (memory/disk/Redis/DynamoDB). Use for Claude tool exposure, OAuth Proxy, cloud deployment, or encountering storage, lifespan, middleware, circular import, async errors.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
Skills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
Model Context Protocol Mcp Expert subagent
Production-ready Celery distributed task queue with worker management, beat scheduling, monitoring (Flower), and framework integrations (Django, Flask, FastAPI)
OpenRouter SDK plugin - unified interface for 500+ LLM models with intelligent routing, cost optimization, and framework integrations (Vercel AI SDK, LangChain, OpenAI SDK, PydanticAI)
Comprehensive ElevenLabs AI audio integration for voice-enabled applications with TTS, STT, voice cloning, and Vercel AI SDK support
Comprehensive Supabase integration for AI applications with database, auth, storage, realtime, and vector search capabilities
Modular Vercel AI SDK development plugin with 13 specialized agents, parallel orchestration, and AI SDK v6 support. Features AI Elements (54 components), 107+ providers, Tools Registry, MCP integration, and full-stack app builder.
This directory contains FastMCP servers built for this project. All servers are developed in this monorepo for convenience.
Development: All servers live here in mcp-servers/ monorepo
Production: Choose deployment based on needs (see plugins/fastmcp/docs/DEPLOYMENT.md)
TL;DR: FastMCP Cloud requires one server per GitHub repo, but you develop all servers here and extract only when needed for cloud deployment.
mcp-servers/
├── .claude-plugin/
│ └── marketplace.json # Marketplace registry with categorized servers
├── plugins/
│ └── fastmcp/ # FastMCP plugin for building MCP servers
│ ├── commands/ # /fastmcp:* slash commands
│ ├── agents/ # Specialized agents (setup, verifier, etc.)
│ ├── skills/ # Reusable templates and scripts
│ └── docs/ # FastMCP documentation
├── docs/ # Project-level documentation
├── servers/ # All MCP servers organized by category
│ ├── ai-llm/ # AI & LLM Services
│ │ ├── anthropic-comprehensive-http-mcp
│ │ ├── context7-http-mcp
│ │ ├── gemini-http-mcp
│ │ ├── openai-tools-http-mcp
│ │ └── sequential-thinking-http-mcp
│ ├── cloud-infrastructure/ # Cloud & Infrastructure
│ │ ├── digitalocean-http-mcp
│ │ ├── docker-http-mcp
│ │ ├── hostinger-http-mcp
│ │ └── vercel-deploy-http-mcp
│ ├── design-tools/ # Design & UI/UX
│ │ ├── figma-mcp
│ │ ├── figma-mcp-application
│ │ ├── figma-mcp-ecommerce
│ │ ├── figma-mcp-marketing
│ │ ├── miro-http-mcp
│ │ ├── mui-http-mcp
│ │ ├── tailwind-ui-mcp
│ │ ├── uiux-design-http-mcp
│ │ ├── vercel-v0-mcp
│ │ └── vercel-v0-enhanced-mcp
│ ├── development-tools/ # Development & Coding
│ │ ├── claude-code-http-mcp
│ │ ├── documentation-analyzer-http-mcp
│ │ ├── git-advanced-http-mcp
│ │ ├── github-http-mcp
│ │ └── ngrok-http-mcp
│ ├── databases-storage/ # Databases & Storage
│ │ ├── airtable-http-mcp
│ │ ├── filesystem-http-mcp
│ │ ├── memory-http-mcp
│ │ ├── redis-http-mcp
│ │ └── supabase-http-mcp
│ ├── content-media/ # Content & Media
│ │ ├── brave-search-http-mcp
│ │ └── content-image-generation-mcp
│ ├── business-productivity/ # Business & Productivity
│ │ ├── ayrshare-mcp
│ │ ├── cats-mcp-server
│ │ ├── google-workspace-mcp
│ │ ├── signalhire
│ │ └── slack-http-mcp
│ ├── workflow-orchestration/ # Workflow & Orchestration
│ │ ├── everything-http-mcp
│ │ ├── routing-http-mcp
│ │ └── synapseai-workflow-mcp
│ └── web-automation/ # Web & Browser Automation
│ ├── browserbase-http-mcp
│ └── fetch-http-mcp
├── scripts/ # Build and deployment scripts
├── templates/ # Server templates
└── config/ # Configuration files
Note: .mcp.json files are CLIENT-SIDE (go in projects that USE the server, not here)
Use the FastMCP plugin to create servers:
# From the project root
/fastmcp:new-server my-server
The fastmcp plugin provides commands for building and configuring MCP servers:
/fastmcp:new-server <name> - Create new FastMCP server (Python or TypeScript)/fastmcp:new-client <name> - Create new FastMCP client/fastmcp:add-components [type] - Add tools, resources, prompts, middleware/fastmcp:add-auth [type] - Add OAuth 2.1, JWT, or Bearer token authentication/fastmcp:add-deployment [type] - Configure STDIO, HTTP, or FastMCP Cloud deployment/fastmcp:add-integration [type] - Add FastAPI, OpenAPI, LLM platform integrations/fastmcp:add-api-wrapper <collection> - Generate MCP tools from Postman collections/fastmcp:build-full-server <name> - Build complete production-ready server/fastmcp:test - Generate and run comprehensive test suiteFor use with Claude Desktop, Cursor, or Claude Code:
# Test the server
python my-server/server.py
# Add to your IDE's .mcp.json
For web-based access or remote clients:
# Run locally
python my-server/server.py # Configure for HTTP in code
# Deploy to your infrastructure
For managed hosting:
# Deploy to FastMCP Cloud
# Use fastmcp.json configuration
See plugins/fastmcp/docs/DEPLOYMENT.md for detailed deployment strategies.