Just prompt provides a unified interface to top LLM providers including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama. It exposes a single API for sending prompts and receiving responses from these models. Developers use it to simplify integration with multiple LLM providers in their applications.
Just prompt provides a unified interface to top LLM providers including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama. It exposes a single API for sending prompts and receiving responses from these models. Developers use it to simplify integration with multiple LLM providers in their applications.
pip install just-promptAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"disler-just-prompt-github": {
"command": "uvx",
"args": [
"pip install just-prompt"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from just prompt?"
API Key Required
This server requires an API key from just prompt. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| JUST_PROMPT_API_KEY | Yes | Your just prompt API key |
"What resources are available in just prompt?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in just prompt"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in just prompt 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.