
Quickstart
STDIOSetup a Model Context Protocol server for weather information in 60 seconds
Setup a Model Context Protocol server for weather information in 60 seconds
Setup a Model Context Protocol (MCP) server in 60 seconds.
https://github.com/user-attachments/assets/19a2248a-64f4-4e0b-aedc-55eb51c7cbfe
git clone https://github.com/dexaai/mcp-quickstart.git mcp-quickstart && cd mcp-quickstart && bun install
realpath server.ts | pbcopy
vim ~/Library/Application\ Support/Claude/claude_desktop_config.json
<path/to/repo>/server.ts
.
{ "mcpServers": { "weather-quickstart": { "command": "bun", "args": ["<path/to/repo>/server.ts"] } } }