Mcp Server V2ex

Mcp Server V2ex

By ropon GitHub

-

mcp-server v2ex
Overview

What is Mcp Server V2ex?

Mcp Server V2ex is a server that wraps the official V2ex API 2.0, implementing all API actions for easier access and management.

How to use Mcp Server V2ex?

To use Mcp Server V2ex, obtain your API token from the V2ex settings, install the package via npm, and configure it in your application.

Key features of Mcp Server V2ex?

  • Notifications: Get the latest notifications.
  • Delete Notifications: Remove specified notifications.
  • Member Profile: Retrieve the profile of the current user.
  • Token Management: View and create new tokens.
  • Nodes: Access specified nodes and their topics.
  • Topic Details: Get content and comments for specific topics.

Use cases of Mcp Server V2ex?

  1. Automating interactions with the V2ex platform.
  2. Managing user notifications programmatically.
  3. Accessing and displaying V2ex topics and discussions in custom applications.

FAQ from Mcp Server V2ex?

  • How do I get my API token?

You can obtain your token from the V2ex settings page at https://www.v2ex.com/settings/tokens.

  • Is there a way to delete notifications?

Yes! You can delete specific notifications using the provided API action.

  • Can I use this server for other applications?

Yes, it can be integrated into various applications that require V2ex API access.

Content

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.

No tools information available.

my-mcp-server(without auth)

mcp-server cloudflare
View Details
mcp-server
mcp-server by iyerrama29

MCP demo

mcp-server demo
View Details
Next MCP server
Next MCP server by Collaborne

-

mcp-server NEXT
View Details
MCP-Server
MCP-Server by fmpoliveira

-

mcp-server meteostat
View Details

Mirror of

mcp-server timelock-encryption
View Details

-

mcp-server minio
View Details
MCP Server Demo
MCP Server Demo by raycao871218

一个基于MCP框架的服务器演示项目,提供了简单的API接口实现,包括数字运算、时间查询、订单信息查询等功能。

mcp-server api
View Details