Inngest MCP runs on your own machine — the client starts it, so there is no endpoint to ping.
MCP server for Inngest: send events, list apps. Needs an event key.
Today is the operative word: we check Inngest MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add inngest-mcp -- npx -y inngest-mcp
{
"mcpServers": {
"inngest-mcp": {
"args": [
"-y",
"inngest-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.inngest-mcp]
command = "npx"
args = ["-y", "inngest-mcp"]
{
"mcpServers": {
"inngest-mcp": {
"args": [
"-y",
"inngest-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"inngest-mcp": {
"args": [
"-y",
"inngest-mcp"
],
"command": "npx"
}
}
}
MCP server for Loops: contacts, events. Needs a free API key.
MCP server for Etsy shops and listings. Needs a free Etsy API key.
MCP server for Tekna events and news
MCP server for Groq: fast LLM chat, model list. Needs a free API key.
MCP server for ecobee thermostats: list, runtime, sensors. Needs API key + tokens.
MCP server for Confluent Cloud: environments, Kafka clusters. Needs an API key.
MCP server for Nutritionix: food search, nutrients. Needs free app keys.
MCP server for SeatGeek: events, venues, ticket stats. Needs a client ID.
Answers built from our own checks of this server.