https://github.com/rss3-network/mcp-server-rss3
rss3 + mcp server = 🪄✨
https://github.com/rss3-network/mcp-server-rss3
Last synced: 6 months ago
JSON representation
rss3 + mcp server = 🪄✨
- Host: GitHub
- URL: https://github.com/rss3-network/mcp-server-rss3
- Owner: RSS3-Network
- License: mit
- Created: 2025-03-18T06:23:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T06:45:08.000Z (7 months ago)
- Last Synced: 2025-03-18T07:36:59.794Z (7 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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?

> Tell me about recent AI intels?

> show me the rss3 chip with id 2048

> what is the best rss3 node to stake?

## 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:```
npx mcp-server-rss3
```