Jiki is a Python framework that facilitates the integration of Large Language Models (LLMs) with external capabilities, enabling them to interact with various tools and data resources through the Model Context Protocol (MCP).
Jiki is a Python framework that facilitates the integration of Large Language Models (LLMs) with external capabilities, enabling them to interact with various tools and data resources through the Model Context Protocol (MCP).
pip install jikiAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"teilomillet-jiki-github": {
"command": "uvx",
"args": [
"pip install jiki"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from jiki?"
API Key Required
This server requires an API key from jiki. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| JIKI_API_KEY | Yes | Your jiki API key |
"What resources are available in jiki?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in jiki"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in jiki 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.