Tutorial
Part 1: Understanding servers
Stdio servers
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "slack-mcp-server@latest", "--transport", "stdio"],
"env": {
"SLACK_MCP_XOXP_TOKEN": "${SLACK_TOKEN}"
}
}
}
}HTTP servers
Part 2: Configuring servers manually
Part 3: Authentication
Using environment variables for tokens
Part 4: Exploring tools
Part 5: Calling tools
Reading arguments from stdin
Parsing output with jq
Part 6: Managing servers
Search the registry
Add from registry
Add HTTP server manually
Remove a server
Part 7: Real-world example
What's next?
Last updated
Was this helpful?