🔌 MCP Server Toolkit
Build plug-and-play MCP servers for any dev workflow — code search, docs, databases, and more.
Give any AI coding agent a direct line into your codebase, docs, or database — in under 60 seconds.
Quick Start · Servers · Build Your Own · Discord · Changelog

Why this exists
When you ask Claude Code "where do we handle Stripe webhooks?" it has two bad options:
- Option A — Read every file in the repo. Slow, expensive, blows the context window on any real codebase.
- Option B — Guess based on the first few files it sees. Wrong half the time.
MCP Server Toolkit gives agents a third option: ask the right tool directly. Semantic code search, live database queries, doc lookups, API introspection — all surfaced through the Model Context Protocol standard, so any MCP-compatible client can use them without any changes to your existing code.
✨ Features
- 🔍 Semantic code search — Find the right function, file, or pattern across your entire repo in milliseconds. Powered by vector embeddings, no Elasticsearch required.
- 📚 Docs server — Give your agent instant access to any documentation site, local Markdown files, or Notion workspace.
- 🗄️ Database server — Natural language → SQL for PostgreSQL, MySQL, and SQLite. Read-only by default, writable with an explicit flag.
- 🌐 API introspection server — Load any OpenAPI/Swagger spec and let your agent browse and call endpoints with type safety.
- ⚡ One-command setup — Every server ships as a standalone CLI.
npxandpipinstall paths included. - 🔒 Zero-config secrets — Reads from your existing
.envfile or environment variables. Nothing new to learn. - 🧩 Works everywhere — Claude Code, Cursor, Windsurf, Cline, VS Code Copilot, Codex CLI, Gemini CLI, and every other MCP-compatible client.
- 🛠️ Extensible — The
createServer()helper reduces a new tool to ~15 lines of TypeScript. Scaffold a custom server in 30 seconds.






