mcpbeat Sign in

Sciple Platform MCP Server

by navaganeshr Your server? Claim it
local only

Sciple Platform runs on your own machine — the client starts it, so there is no endpoint to ping. 120 installs a week from pypi. Last commit 25 Jun 2026.

Sciple platform MCP: services, dashboards, runbooks, tickets, environments, AWS cloud inventory.

Installs per day peak 73 · avg 17 · -41% w/w
a month agotoday
120
Installs / week
pypi · sciple-mcp
0
Stars
0 open issues
25 Jun 2026
Last commit
0 releases in 90 days
License
Python

What changed 45

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

22 Sep the owner changed
21 Sep the owner changed
20 Sep the owner changed
19 Sep the owner changed
18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
and 35 more, back to 9 August 2026

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sciple-mcp -- uvx sciple-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sciple-mcp": {
      "args": [
        "sciple-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sciple-mcp]
command = "uvx"
args = ["sciple-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sciple-mcp": {
      "args": [
        "sciple-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sciple-mcp": {
      "args": [
        "sciple-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SCIPLE_PLATFORM_URL (Sciple 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sciple Platform

same job, measured the same way
Massdriver
by massdriver

Manage the Massdriver infrastructure platform: projects, environments, deployments, and more.

local only
HomeLab Monitor
by sikamikanikobg

Self-hosted homelab dashboard with a built-in read-only MCP server (hosts, Docker, GPU, services).

local only
JAJ Dataverse Dev MCP
by jjohnsen

Xrm/Power Platform/Dataverse MCP for devs, Azure CLI auth, Web API and multi-environment support

127 installs/wk local only
db-compare
by yadu-tv

Read-only MCP to diff SQL Server/Azure SQL schema, procs, views, and tables between environments.

70 installs/wk local only
microservices.sh
by microservices

MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

43 installs/wk answering
Localstack
by giovanemartins

MCP server for LocalStack AWS services, enabling AI agents to interact with local AWS infra.

31 installs/wk local only
cloud-tools
by munhq

Multi-cloud cost, inventory and waste analysis over MCP: AWS, GCP, Cloudflare and OVH.

26 installs/wk local only
I
AWS Spapi MCP
by cesarobedfl

MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates

47 installs/wk local only

Sciple Platform — questions

Answers built from our own checks of this server.

Why is there no uptime for Sciple Platform?
Sciple Platform runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package sciple-mcp was installed 120 times last week.
How do I connect Sciple Platform?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sciple-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Sciple Platform?
The pypi package sciple-mcp was installed 120 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sciple Platform open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.