A favicon of V2EX MCP Server

V2EX MCP Server

simple learn mcp server build with ts

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install ropon/mcp-server-v2ex -c claude

This command will automatically install and configure the V2EX MCP Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "V2EX MCP Server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-v2ex"
      ],
      "env": {
        "EX_API_KEY": "${input:ex_api_key}"
      }
    }
  }
}

Mcp-server-v2ex

Description

This mcp server simply wrap the offical Api 2.0, implement all api actions.

Feature

  • notifications 获取最新提醒
  • delete notifications 删除指定提醒
  • member profile 获取当前用户档案 即生成token的用户
  • token 查看当前的token
  • create new token 生成新token
  • nodes 获取指定节点
  • nodes topics 获取指定节点下的话题
  • topic detail 获取指定话题的内容
  • topic comments 获取指定话题下的回复

How to use

  npm install -g mcp-server-v2ex
  • 在 claude 的 config 的 json 中添加
  "v2ex": 
    {"command": "%APP_DATA%\\local\\nvm\\v22.14.0\\node.exe",
     "args": ["%APP_DATA%\\Local\\nvm\\v22.14.0\\node_modules\\mcp-server-v2ex\\dist\\index.js"],
      "env": {
         "V2EX_API_KEY": "{替换自己的 token}",
          "NODE_TLS_REJECT_UNAUTHORIZED": "0" // 如运用了 surge 之类的 MitM
      }
     }

Change log

  • v0.1.1 / 2025.04.02
    • 新增今日热点总结 img
  • v0.1.0
    • 完成基本功能实现

Plan

  • Considering add daily hot topic simply via ask what hot topic in v2ex in claude desktop.

Share:
Details:
  • Stars


    0
  • Forks


    0
  • Last commit


    7 months ago
  • Repository age


    7 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to V2EX MCP Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


V2EX MCP Server: MCP Server – MCP.Bar