Overview
MCP Server for RSS3 is an implementation that integrates the RSS3 API, allowing users to query data from decentralized chains, social media platforms, and the RSS3 network seamlessly.
To use the MCP Server, you can integrate it with various applications like Claude Desktop, Cursor, or ChatWise by adding specific configurations to their settings.
- Query data on decentralized chains and platforms. - Access social media data. - Retrieve information about staking and nodes in the RSS3 network. - Query AI intelligence data.
- Fetching recent activities of notable figures in the crypto space.
- Gathering insights on recent AI developments.
- Accessing specific data points from the RSS3 network, such as node information.
Add to your AI client
Use these steps to connect MCP Server for RSS3 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-rss3-rss3-network": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-rss3-rss3-network"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-rss3-rss3-network": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-rss3-rss3-network"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-rss3-rss3-network": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-rss3-rss3-network"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-rss3-rss3-network": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-rss3-rss3-network"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-rss3-rss3-network": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-rss3-rss3-network"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-rss3-rss3-network": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-rss3-rss3-network"
]
}
}
}FAQ
What platforms can I use MCP Server with?
You can use it with Claude Desktop, Cursor, and ChatWise among others.
Is there a specific command to run the server?
Yes, you can run it using the command `npx mcp-server-rss3`.
What kind of data can I query?
You can query data related to decentralized platforms, social media, and specific RSS3 network information.