What is the Sciple Platform MCP server?
Sciple platform MCP: services, dashboards, runbooks, tickets, environments, AWS cloud inventory.
How to install Sciple Platform
Copy-paste configuration for popular MCP clients.
SCIPLE_PLATFORM_URLSciple platform base URL (e.g. https://your.sciple.cloud). Optional — when omitted, the server uses the default platform recorded in the OAuth credential cache. Set this only when multiple platforms are cached.
{
"mcpServers": {
"sciple-mcp": {
"command": "uvx",
"args": [
"sciple-mcp"
],
"env": {
"SCIPLE_PLATFORM_URL": "<YOUR_SCIPLE_PLATFORM_URL>"
}
}
}
}{
"mcpServers": {
"sciple-mcp": {
"command": "uvx",
"args": [
"sciple-mcp"
],
"env": {
"SCIPLE_PLATFORM_URL": "<YOUR_SCIPLE_PLATFORM_URL>"
}
}
}
}{
"mcpServers": {
"sciple-mcp": {
"command": "uvx",
"args": [
"sciple-mcp"
],
"env": {
"SCIPLE_PLATFORM_URL": "<YOUR_SCIPLE_PLATFORM_URL>"
}
}
}
}{
"servers": {
"sciple-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sciple-mcp"
],
"env": {
"SCIPLE_PLATFORM_URL": "<YOUR_SCIPLE_PLATFORM_URL>"
}
}
}
}claude mcp add sciple-mcp --env SCIPLE_PLATFORM_URL=<YOUR_SCIPLE_PLATFORM_URL> -- uvx sciple-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.