MCP Catalogs
Home

mcp-server-chart vs mastodon-mcp

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

mcp-server-chart
by antvis
mastodon-mcp
by The-Focus-AI
Stars★ 4,068★ 9
30d uses10,239
Score8438
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
CommunicationMediaProductivity
LanguageTypeScriptTypeScript
Last committhis month7 mo ago

mcp-server-chart · Summary

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

mastodon-mcp · Summary

MCP server for Mastodon social media interaction with toot creation and media attachments.

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

mastodon-mcp · Use cases

  • Automatically posting content to Mastodon from AI agents
  • Scheduling social media content in advance for consistent posting
  • Managing Mastodon presence with media attachments and alt text
  • Integration with AI workflows to share updates or findings

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"]
    }
  }
}

mastodon-mcp · Install

Installation

# Clone the repository
git clone [repository-url]
cd mastodon-mcp

# Install dependencies
pnpm install

# Build the project
pnpm build

# Configuration
export MSTODON_ACCESS_TOKEN="your_mastodon_api_token"
export MASTODON_INSTANCE_URL="https://your.instance.social"  # Optional

# Start the server
pnpm start

Claude Desktop Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "mastodon": {
      "command": "node",
      "args": ["path/to/mastodon-mcp/dist/mcp-server.js"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.