io.github.RPER2001/rigshare MCP Server
io.github.RPER2001/rigshare
What is the io.github.RPER2001/rigshare MCP server?
Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
How to install io.github.RPER2001/rigshare
Copy-paste configuration for popular MCP clients.
RIGSHARE_API_KEYsecretRIGShare API key (Bearer format). Required only for the authenticated tools: rigshare_list_my_bookings, rigshare_list_my_sessions, rigshare_create_booking, and rigshare_create_listing (equipment:write scope). Without it, the public read-only tools (search, details, categories, owner onboarding) still work. Get a key at https://www.rigshare.app/profile#api-keys or contact support@rigshare.app.
{
"mcpServers": {
"rigshare": {
"command": "npx",
"args": [
"-y",
"rigshare-mcp"
],
"env": {
"RIGSHARE_API_KEY": "<YOUR_RIGSHARE_API_KEY>"
}
}
}
}{
"mcpServers": {
"rigshare": {
"command": "npx",
"args": [
"-y",
"rigshare-mcp"
],
"env": {
"RIGSHARE_API_KEY": "<YOUR_RIGSHARE_API_KEY>"
}
}
}
}{
"mcpServers": {
"rigshare": {
"command": "npx",
"args": [
"-y",
"rigshare-mcp"
],
"env": {
"RIGSHARE_API_KEY": "<YOUR_RIGSHARE_API_KEY>"
}
}
}
}{
"servers": {
"rigshare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rigshare-mcp"
],
"env": {
"RIGSHARE_API_KEY": "<YOUR_RIGSHARE_API_KEY>"
}
}
}
}claude mcp add rigshare --env RIGSHARE_API_KEY=<YOUR_RIGSHARE_API_KEY> -- npx -y rigshare-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.