MCP Server
MCP
io.github.markswendsen-code/grubhub
MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously
Install
npx -y @striderlabs/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@striderlabs/mcp-grubhub",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "GrubHub email or phone for authentication",
"isRequired": true,
"format": "string",
"name": "GRUBHUB_EMAIL"
},
{
"description": "GrubHub account password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GRUBHUB_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment