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
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Comments