trackmcp
Back to directory
RSS3-Network

mcp-server-rss3

View on GitHub

rss3 + mcp server = 🪄✨

2 stars JavaScriptOthers Updated Feb 28, 2026

Documentation

MCP Server for RSS3

An MCP server implementation that integrates the RSS3 API. Query the Open Web like a charm.

Features

Anything in .

For example,

  • query data on decentralized chains and platforms;
  • query data on social media platforms;
  • query data on RSS3 network (about staking, nodes, etc.);
  • query ai intels.
  • ...

Examples

> What did vitalik do recently?

example response

> Tell me about recent AI intels?

example response

> show me the rss3 chip with id 2048

example response

> what is the best rss3 node to stake?

example response

Usage

Usage with Claude Desktop

Add this to your `claude_desktop_config.json`:

json
{
  "mcpServers": {
    "rss3": {
      "command": "npx",
      "args": [
        "mcp-server-rss3"
      ]
    }
  }
}

Usage with Cursor

1. Open Settings -> Cursor Settings

2. Click on "MCP"

3. Add new MCP Server with this:

json
{
  "mcpServers": {
    "rss3": {
      "command": "npx",
      "args": [
        "mcp-server-rss3"
      ]
    }
  }
}

Usage with ChatWise

1. Open Settings -> Tools

2. Add new tool with this command:

code
npx mcp-server-rss3

Frequently asked questions

What is mcp-server-rss3?

mcp-server-rss3 is rss3 + mcp server = 🪄✨

How do I install mcp-server-rss3?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-server-rss3 open source?

Yes — it is hosted on GitHub at https://github.com/RSS3-Network/mcp-server-rss3 and has 2 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP