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 |
Legacy multi-agent compatibility workflow |
popkit/create_handoff |
Build a coordination handoff packet |
popkit/validate_handoff |
Validate a coordination handoff packet |
popkit/get_context |
Retrieve project context |
popkit/health_check |
System status and diagnostics |
Usage
The primary console script is popkit-mcp. The package also installs popkit-mcp-server as a longer compatibility alias.
# stdio transport (default, for MCP clients)
popkit-mcp
# SSE transport
popkit-mcp --transport sse --port 8080
# Streamable HTTP transport
popkit-mcp --transport streamable-http --port 8080
MCP Client Configuration
Add to your tool's MCP configuration:
{
"mcpServers": {
"popkit": {
"command": "popkit-mcp",
"args": ["--transport", "stdio"]
}
}
}
On Windows, pip install popkit-mcp may install popkit-mcp.exe in your user Scripts directory instead of on PATH:
%APPDATA%\Python\Python3xx\Scripts\
Use %APPDATA% instead of copying another user's absolute path. Replace Python3xx with your installed Python folder. Run python --version to check the version.
If you cannot edit PATH, configure your MCP client with the absolute path to popkit-mcp.exe:
{
"mcpServers": {
"popkit": {
"command": "C:\\Users\\YOUR-USERNAME\\AppData\\Roaming\\Python\\Python313\\Scripts\\popkit-mcp.exe",
"args": ["--transport", "stdio"]
}
}
}
Replace YOUR-USERNAME with your Windows username and Python313 with your installed Python version. Run python --version to check the version.
Requirements
- Python 3.11+
mcpSDK (^1.12.0)popkit-shared(installed automatically bypip install popkit-mcp)
Project details
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.3.tar.gz.
File metadata
- Download URL: popkit_mcp-1.0.3.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ce0dba8a6a8fce2fbe9a4e79ef93262524bbe4911e3828901b0a9098c9269b5
|
|
| MD5 |
1dc055231d1128e8026b53f5e7e38935
|
|
| BLAKE2b-256 |
b346abb457e6fc131eabbaaee5e257ba64504436e4fa00759a874e1180168559
|
File details
Details for the file popkit_mcp-1.0.3-py3-none-any.whl.
File metadata
- Download URL: popkit_mcp-1.0.3-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8310a0a5ce7d67133ebdbc434acadcc490fcc54aa29ae60b289a3586040721d6
|
|
| MD5 |
54bb15c93754680fa031ed628618d7d1
|
|
| BLAKE2b-256 |
a19d0974636d962a35b0edc2004f26171fdc393a8aaa55ea2d8a63482555a95b
|