MCP Catalogs
Home

mcp-twikit vs akshare-one-mcp

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

mcp-twikit
by adhikasp
akshare-one-mcp
by zwldarren
Stars★ 233★ 172
30d uses13,664
Score4375
Official
Categories
Communicationsocial-mediaWeb Scraping
FinanceDeveloper ToolsWeb Scraping
LanguagePythonPython
Last commit14 mo ago2 mo ago

mcp-twikit · Summary

MCP server for Twitter integration with search, timeline, and sentiment analysis capabilities.

akshare-one-mcp · Summary

MCP server providing comprehensive Chinese stock market data through akshare-one API.

mcp-twikit · Use cases

  • Social media sentiment analysis for brands and customer service
  • Monitoring personal Twitter timeline for relevant updates
  • Comparing public sentiment across multiple Twitter accounts

akshare-one-mcp · Use cases

  • Financial analysts retrieving Chinese stock data for research
  • Algorithmic trading systems accessing real-time market information
  • Investment applications providing market data to users

mcp-twikit · Install

Installation

Installing via Smithery

To install Twikit Twitter Search for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-twikit):

npx -y @smithery/cli install mcp-twikit --client claude

Manual Installation

Add to your Claude Desktop configuration:

{
    "mcpServer": {
        "command": "uvx",
        "args": ["--from", "git+https://github.com/adhikasp/mcp-twikit", "mcp-twikit"],
        "env": {
            "TWITTER_USERNAME": "@example",
            "TWITTER_EMAIL": "me@example.com",
            "TWITTER_PASSWORD": "secret",
        }
    }
}

akshare-one-mcp · Install

Installation

Via Smithery (Recommended)

npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claude

Via uv

  1. Install uv if you haven't already
  2. Add this to your Claude Desktop config:
{
  "mcpServers": {
    "akshare-one-mcp": {
      "command": "uvx",
      "args": ["akshare-one-mcp"]
    }
  }
}

Local Development

  1. Clone: git clone https://github.com/zwldarren/akshare-one-mcp.git
  2. Install deps: uv sync
  3. Add to Claude config with uv run akshare-one-mcp in the command
Comparison generated from public README + GitHub signals. Last updated automatically.