Coffee drink encyclopedia from SampleAPIs with recipes for hot and iced drinks.
claude mcp add coffee-mcp -- npx -y coffee-mcp
claude_desktop_config.json
{
"mcpServers": {
"coffee-mcp": {
"command": "npx",
"args": [
"-y",
"coffee-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"coffee-mcp": {
"command": "npx",
"args": [
"-y",
"coffee-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"coffee-mcp": {
"command": "npx",
"args": [
"-y",
"coffee-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"coffee-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"coffee-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"coffee-mcp": {
"command": "npx",
"args": [
"-y",
"coffee-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mrfentmen--coffee-mcp/reviews or the review_server meta-tool.
POST /mcp