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.
Generate 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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
npx claudepluginhub vanman2024/mcp-servers-marketplace --plugin fastmcpProduction-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.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.