rooneyrulz/mcp-starter
mcp-starter is a minimal Node.js + TypeScript project that sets up both an MCP server and client, showcasing core concepts like server setup (including stdio), resources, tools, prompts, completions, and sampling—ideal for learning and prototyping with the Model Context Protocol.
Platform-specific configuration:
{
"mcpServers": {
"mcp-starter": {
"command": "npx",
"args": [
"-y",
"mcp-starter"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...