MCP Catalogs
Home

mcp-server-chart vs FocusRelayMCP

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
FocusRelayMCP
by deverman
Stars★ 4,068★ 25
30d uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptSwift
Last committhis month1 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

FocusRelayMCP · Summary

MCP server for OmniFocus that allows querying tasks, projects, and tags using natural language.

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

FocusRelayMCP · Use cases

  • Daily planning by asking 'What should I do today?' to get filtered results
  • Project management with queries like 'Show me my stalled projects'
  • Context switching with questions like 'What calls do I need to make?'

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

For Windows:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}

FocusRelayMCP · Install

Installation

**Quick Overview:** Regardless of which installation method you choose, you'll need to complete these steps:

  1. **Install the binary** (via Homebrew, manual download, or build from source)
  2. **Install the OmniFocus plugin** (Step 2 below)
  3. **Configure MCP** in your client (Step 3 below)
  4. **Restart OmniFocus** (Step 4 below)

Option A: Homebrew Installation (Recommended for macOS)

If you have [Homebrew](https://brew.sh) installed, this is the easiest method:

# Add the tap (once)
brew tap deverman/focus-relay

# Install the MCP server and OmniFocus plugin
brew install focusrelay

Step 3: Configure MCP

Add to your Claude Desktop config:

{
  "mcp": {
    "focusrelay": {
      "type": "local",
      "command": ["/opt/homebrew/bin/focusrelay", "serve"],
      "enabled": true
    }
  }
}

Step 4: Restart OmniFocus

osascript -e 'tell application "OmniFocus" to quit' && sleep 2 && open -a "OmniFocus"
Comparison generated from public README + GitHub signals. Last updated automatically.