io.github.Christopher-AS/riv-mcp MCP Server
io.github.Christopher-AS/riv-mcp
What is the io.github.Christopher-AS/riv-mcp MCP server?
Riv MCP server — a thin shell over the Riv authorization API (authorize, get_activity).
How to install io.github.Christopher-AS/riv-mcp
Copy-paste configuration for popular MCP clients.
RIV_API_KEYrequiredsecretThe riv_ credential issued when you connect the agent in the Riv dashboard.
RIV_API_URLRiv API base URL. Defaults to http://localhost:3000; use https://riv-io.vercel.app for live agents.
{
"mcpServers": {
"riv-mcp": {
"command": "npx",
"args": [
"-y",
"@riv-io/mcp"
],
"env": {
"RIV_API_KEY": "<YOUR_RIV_API_KEY>",
"RIV_API_URL": "<YOUR_RIV_API_URL>"
}
}
}
}{
"mcpServers": {
"riv-mcp": {
"command": "npx",
"args": [
"-y",
"@riv-io/mcp"
],
"env": {
"RIV_API_KEY": "<YOUR_RIV_API_KEY>",
"RIV_API_URL": "<YOUR_RIV_API_URL>"
}
}
}
}{
"mcpServers": {
"riv-mcp": {
"command": "npx",
"args": [
"-y",
"@riv-io/mcp"
],
"env": {
"RIV_API_KEY": "<YOUR_RIV_API_KEY>",
"RIV_API_URL": "<YOUR_RIV_API_URL>"
}
}
}
}{
"servers": {
"riv-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@riv-io/mcp"
],
"env": {
"RIV_API_KEY": "<YOUR_RIV_API_KEY>",
"RIV_API_URL": "<YOUR_RIV_API_URL>"
}
}
}
}claude mcp add riv-mcp --env RIV_API_KEY=<YOUR_RIV_API_KEY> --env RIV_API_URL=<YOUR_RIV_API_URL> -- npx -y @riv-io/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.