Claudekit Skills MCP server provides AI agents with access to ClaudeKit.cc's automation capabilities. It exposes tools for task automation, data processing, and integration with third-party services. Connects to ClaudeKit.cc's API for executing predefined skills. Used by developers building automated workflows and AI-driven task automation.
Claudekit Skills MCP server provides AI agents with access to ClaudeKit.cc's automation capabilities. It exposes tools for task automation, data processing, and integration with third-party services. Connects to ClaudeKit.cc's API for executing predefined skills. Used by developers building automated workflows and AI-driven task automation.
pip install claudekit-skillsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mrgoonie-claudekit-skills-github": {
"command": "uvx",
"args": [
"pip install claudekit-skills"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from claudekit skills?"
No configuration required. This server works out of the box.
"What resources are available in claudekit skills?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in claudekit skills"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in claudekit skills with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.