MCP Starter
@a17o
About MCP Starter
A personal template for building MCP servers and clients.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-starter-a17o": {
"command": "npx",
"args": [
"tsx",
"mcp-server.ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Starter?
MCP Starter provides a simple, generic Model Context Protocol (MCP) server and client implementation intended for future reuse. It is a minimal reference project for developers who want to bootstrap MCP-based applications.
How to use MCP Starter?
Install dependencies separately for server (cd server && pnpm i) and client (cd client && pnpm i). Run the server with "npx tsx mcp-server.ts" and the client with
More Developer Tools MCP servers
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Grafana MCP server
grafanaMCP server for Grafana
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Comments