A server you can run locally that allows AI to interact with your Meticulous espresso machine
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"meticulous-mcp-serve": {
"command": "npx",
"args": [
"-y",
"erdos2n/meticulous-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add meticulous-mcp-serve npx -y erdos2n/meticulous-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"meticulous-mcp-serve": {
"command": "npx",
"args": [
"-y",
"erdos2n/meticulous-mcp-server"
]
}
}
}