Mcp-server-v2ex
@funnythingfunnylove
MCP server for V2EX API 2.0, exposing notifications, tokens, nodes, topics, comments, and daily summaries for MCP-compatible agents.
Overview
What is Mcp-server-v2ex?
Mcp-server-v2ex is an MCP server that wraps the V2EX API 2.0 for MCP-compatible agents and developer tools. It exposes structured operations for notifications, token management, member profile lookup, node browsing, topic retrieval, comment retrieval, and daily hot-topic summaries.
How to use Mcp-server-v2ex?
Install the npm package globally, then configure an MCP client with the path to the server binary and the environment variable V2EX_API_KEY set to your V2EX API token. Example configuration is provided for Claude Desktop or Codex.
Key features of Mcp-server-v2ex
- Fetch latest notifications from V2EX
- Manage API tokens (create, inspect)
- Look up member profiles by API token
- Browse nodes and list topics under a node
- Retrieve topic details and comments
- Generate daily summaries of hot topics
Use cases of Mcp-server-v2ex
- Building an agent that monitors V2EX notifications and replies
- Automating topic retrieval and comment analysis for moderation tools
- Creating a daily digest of popular V2EX content for personal use
- Integrating V2EX data into developer workflows (e.g., code review bots)
FAQ from Mcp-server-v2ex
What is the difference between mcp-server-v2ex and using the V2EX API directly?
Mcp-server-v2ex provides a structured MCP interface for agents and tools, removing the need to write custom API wrappers and handling token authentication.
Do I need a V2EX account to use this server?
Yes, you need a V2EX account to create an API token, which is required for all operations.
Where is my API token stored?
The token is passed via the V2EX_API_KEY environment variable in your MCP client configuration. It is not stored on disk by the server.
What transports does this server support?
The server uses stdio transport as part of the Model Context Protocol.
Is there any rate limiting or known limits?
The README does not specify rate limits or known limitations of the V2EX API or this server.