Workshop 02 — build a real MCP server, define a tool, and drive it from an agent loop you can read end to end.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"workshop-2-build-an-": {
"command": "npx",
"args": [
"-y",
"Constellation-Dealer/workshop-2-build-an-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add workshop-2-build-an- npx -y Constellation-Dealer/workshop-2-build-an-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"workshop-2-build-an-": {
"command": "npx",
"args": [
"-y",
"Constellation-Dealer/workshop-2-build-an-mcp-server"
]
}
}
}