What is the InnoDay MCP server?
Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues.
How to install InnoDay
Copy-paste configuration for popular MCP clients.
INNODAY_API_URLURL of your running InnoDay API instance. Defaults to http://localhost:8002 — only required if running on a different port or remote host.
INNODAY_ORGANIZATION_IDDefault organization ID (optional — can be passed per-tool call instead).
{
"mcpServers": {
"mcp-server-innoday": {
"command": "uvx",
"args": [
"innoday"
],
"env": {
"INNODAY_API_URL": "<YOUR_INNODAY_API_URL>",
"INNODAY_ORGANIZATION_ID": "<YOUR_INNODAY_ORGANIZATION_ID>"
}
}
}
}{
"mcpServers": {
"mcp-server-innoday": {
"command": "uvx",
"args": [
"innoday"
],
"env": {
"INNODAY_API_URL": "<YOUR_INNODAY_API_URL>",
"INNODAY_ORGANIZATION_ID": "<YOUR_INNODAY_ORGANIZATION_ID>"
}
}
}
}{
"mcpServers": {
"mcp-server-innoday": {
"command": "uvx",
"args": [
"innoday"
],
"env": {
"INNODAY_API_URL": "<YOUR_INNODAY_API_URL>",
"INNODAY_ORGANIZATION_ID": "<YOUR_INNODAY_ORGANIZATION_ID>"
}
}
}
}{
"servers": {
"mcp-server-innoday": {
"type": "stdio",
"command": "uvx",
"args": [
"innoday"
],
"env": {
"INNODAY_API_URL": "<YOUR_INNODAY_API_URL>",
"INNODAY_ORGANIZATION_ID": "<YOUR_INNODAY_ORGANIZATION_ID>"
}
}
}
}claude mcp add mcp-server-innoday --env INNODAY_API_URL=<YOUR_INNODAY_API_URL> --env INNODAY_ORGANIZATION_ID=<YOUR_INNODAY_ORGANIZATION_ID> -- uvx innodayRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.