mcp-server-template
A TypeScript template for building MCP servers with reusable infrastructure including typed fetch client, rate limiting, caching, OAuth support, and CI/release tooling.
README
mcp-server-template
A template for building a TypeScript MCP
server. It ships a reusable carcass — typed fetch client (timeouts, retries,
backoff), rate limiting, TTL cache, OAuth token store, structured errors, leveled
logging, MCP tool-result helpers — plus build tooling, node:test setup, .mcpb
packaging and GitHub Actions CI/release.
The server speaks standard MCP over stdio, so it works with any MCP client (Claude Desktop/Code, Cursor, VS Code, Cline, …).
Use it
Click Use this template on GitHub (or copy this directory), then follow the
checklist in TEMPLATE.md. In short: rename, edit src/config.ts,
add your src/clients/ and src/tools/, and update the manifest and docs. The
included search tool is a placeholder to delete.
Develop
npm install
npm run build # type-check + bundle to dist/index.js
npm test # node:test (mocked, offline)
npm run lint
npm run format
npm run check:api # live upstream health-check (add your endpoints)
npm run inspector # run under the MCP Inspector
Runtime requires Node ≥ 18. Contributor/agent guidance lives in
AGENTS.md (the single source of truth; CLAUDE.md just links to it).
Updating
Document how users update your server (keep this section in the generated repo):
.mcpbbundle: download the new bundle from the releases page and reinstall.- From source:
git pull && npm ci && npm run build. - npx (if published): unpinned
npx -y <package>fetches the latest next run.
Tell users to Watch → Releases, and keep the CHANGELOG current.
License
MIT © Grinv
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.