Sample mcp server tutorial
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-tutorial": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
akhil@Akhil-Nittalas-MacBook-Pro mcp-go-demo % go mod init mcp-demo go get github.com/modelcontextprotocol/go-sdk/mcp
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education / developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Tutorial and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
akhil@Akhil-Nittalas-MacBook-Pro mcp-go-demo % go mod init mcp-demo go get github.com/modelcontextprotocol/go-sdk/mcp
go build -o mcp-server server/main.go
go run my_client.go greet --name Akhil
go run my_client.go add --a 10 --b 100
2026/02/08 13:38:42 {"greeting":"Hi Akhil"} 2026/02/08 13:38:42 {"sum":110}
mcp-inspector ./mcp-server
Install claude desktop go to claude icon on top > settings > developer > local mcp server > paste the below content in ~/.config/claude/claude_desktop_config.json
{ "mcpServers": { "akhil-mcp": { "command": "/Users/akhil/mcp-server-tutorial/mcp-server" } }, "preferences": { "coworkScheduledTasksEnabled": false, "sidebarMode": "chat" } }
reload claude desktop in chat "greet Akhil"
check the response and logs in settings> developer> view logs