PopKit MCP Server - exposes skills, agents, and commands as MCP tools
Project description
PopKit MCP Server
Standalone MCP server that exposes PopKit skills, agents, and commands as MCP tools, resources, and prompts. Any MCP-compatible tool (Cursor, Codex CLI, Copilot, etc.) can connect to this server to use PopKit.
MCP Tools
| Tool | Description |
|---|---|
popkit/run_skill |
Invoke any PopKit skill by name |
popkit/spawn_agent |
Start an agent with a task |
popkit/power_mode |
Orchestrate multi-agent workflows |
popkit/get_context |
Retrieve project context |
popkit/health_check |
System status and diagnostics |
Usage
# stdio transport (default, for MCP clients)
popkit-mcp-server
# SSE transport
popkit-mcp-server --transport sse --port 8080
# Streamable HTTP transport
popkit-mcp-server --transport streamable-http --port 8080
MCP Client Configuration
Add to your tool's MCP configuration:
{
"mcpServers": {
"popkit": {
"command": "python3",
"args": ["-m", "popkit_mcp.server"]
}
}
}
Requirements
- Python 3.11+
mcpSDK (^1.12.0)- PopKit packages installed
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file popkit_mcp-1.0.1.tar.gz.
File metadata
- Download URL: popkit_mcp-1.0.1.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3dbd2c5e2c21602629fba7eb0cf8e7307c1c658909f41f3f811cd6999a846092
|
|
| MD5 |
1d3691e1517524ff59e60194be8b24df
|
|
| BLAKE2b-256 |
a3713dc6c05c9c7c8c789d3f52aff91bdc5295a20dc3a2d66e970601c7b1b9a2
|
File details
Details for the file popkit_mcp-1.0.1-py3-none-any.whl.
File metadata
- Download URL: popkit_mcp-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f0002c7a1e80316bba78eb5e21d549c711522652b3e0f74a5bc0ec820d528e2
|
|
| MD5 |
6457dfca8a78397638aa4e79367d197b
|
|
| BLAKE2b-256 |
3b8d4c45d5f1f7003a883d53ed591567dd0dca341ee9be21e3e90825902e4d63
|