MCP Server
io.github.matiasbattocchia/meitre-mcp MCP Server
io.github.matiasbattocchia/meitre-mcp
What is the io.github.matiasbattocchia/meitre-mcp MCP server?
MCP server for Meitre restaurant reservations.
How to install io.github.matiasbattocchia/meitre-mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
usernamerequiredMeitre username
passwordrequiredsecretMeitre password
restaurantRestaurant identifier (optional if the account has only one restaurant, use list_restaurants to find it)
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"meitre-mcp": {
"url": "https://meitre.mcp.openbsp.dev/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"meitre-mcp": {
"serverUrl": "https://meitre.mcp.openbsp.dev/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"meitre-mcp": {
"type": "http",
"url": "https://meitre.mcp.openbsp.dev/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"meitre-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://meitre.mcp.openbsp.dev/mcp"
]
}
}
}Claude Code
claude mcp add --transport http meitre-mcp https://meitre.mcp.openbsp.dev/mcpRelated MCP servers
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
View repository →