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 uses | — | 13,664 |
| Score | 43 | 75 |
| Official | — | — |
| Categories | Communicationsocial-mediaWeb Scraping | FinanceDeveloper ToolsWeb Scraping |
| Language | Python | Python |
| Last commit | 14 mo ago | 2 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 claudeManual 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 claudeVia uv
- Install uv if you haven't already
- Add this to your Claude Desktop config:
{
"mcpServers": {
"akshare-one-mcp": {
"command": "uvx",
"args": ["akshare-one-mcp"]
}
}
}Local Development
- Clone:
git clone https://github.com/zwldarren/akshare-one-mcp.git - Install deps:
uv sync - Add to Claude config with
uv run akshare-one-mcpin the command