io.github.bitofacoder/omni-mcp-server MCP Server
io.github.bitofacoder/omni-mcp-server
What is the io.github.bitofacoder/omni-mcp-server MCP server?
All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in.
How to install io.github.bitofacoder/omni-mcp-server
Copy-paste configuration for popular MCP clients.
GITHUB_PERSONAL_ACCESS_TOKENsecretGitHub token for the GitHub tools (optional)
SLACK_BOT_TOKENsecretSlack bot token for slack_send_message (optional)
OMNI_AGENT_MODESet to 'true' to enable Agent Mode (shell execution and file writes). Disabled by default.
{
"mcpServers": {
"omni-mcp-server": {
"command": "npx",
"args": [
"-y",
"@bitofacoder/omni-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>",
"SLACK_BOT_TOKEN": "<YOUR_SLACK_BOT_TOKEN>",
"OMNI_AGENT_MODE": "<YOUR_OMNI_AGENT_MODE>"
}
}
}
}{
"mcpServers": {
"omni-mcp-server": {
"command": "npx",
"args": [
"-y",
"@bitofacoder/omni-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>",
"SLACK_BOT_TOKEN": "<YOUR_SLACK_BOT_TOKEN>",
"OMNI_AGENT_MODE": "<YOUR_OMNI_AGENT_MODE>"
}
}
}
}{
"mcpServers": {
"omni-mcp-server": {
"command": "npx",
"args": [
"-y",
"@bitofacoder/omni-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>",
"SLACK_BOT_TOKEN": "<YOUR_SLACK_BOT_TOKEN>",
"OMNI_AGENT_MODE": "<YOUR_OMNI_AGENT_MODE>"
}
}
}
}{
"servers": {
"omni-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bitofacoder/omni-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>",
"SLACK_BOT_TOKEN": "<YOUR_SLACK_BOT_TOKEN>",
"OMNI_AGENT_MODE": "<YOUR_OMNI_AGENT_MODE>"
}
}
}
}claude mcp add omni-mcp-server --env GITHUB_PERSONAL_ACCESS_TOKEN=<YOUR_GITHUB_PERSONAL_ACCESS_TOKEN> --env SLACK_BOT_TOKEN=<YOUR_SLACK_BOT_TOKEN> --env OMNI_AGENT_MODE=<YOUR_OMNI_AGENT_MODE> -- npx -y @bitofacoder/omni-mcp-serverRelated 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.