Ai Assistant Iris
FreeNot checkedProvides web search and code execution capabilities using OpenAI models, with optional code interpreter and conversation continuity via response IDs.
About
Provides web search and code execution capabilities using OpenAI models, with optional code interpreter and conversation continuity via response IDs.
README
An MCP (Model Context Protocol) server that provides web search and code execution capabilities using OpenAI models. The iris tool supports model selection (gpt-5/o3) and optional code interpreter for data analysis.
Named after Iris, the Greek goddess of the rainbow and divine messenger, who swiftly carries information between gods and mortals.
Installation
Using npx (Recommended)
Simply install and use the package from the official npm registry:
claude mcp add iris -s user -e OPENAI_API_KEY=your-api-key -- npx @mokemokechicken/mcp-ai-assistant-iris
Or configure manually in Claude:
{
"mcpServers": {
"iris": {
"command": "npx",
"args": ["@mokemokechicken/mcp-ai-assistant-iris"],
"env": {
"OPENAI_API_KEY": "your-api-key"
}
}
}
}
Features
- Model Selection: Choose between gpt-5 (default) and o3.
- Web Search: Advanced web search capabilities with configurable context size
- Code Interpreter: Optional code execution for data analysis and visualization
- Conversation Continuity: Continue previous conversations using response IDs
- Flexible Configuration: Customizable reasoning effort and search context
Usage
The iris tool accepts the following parameters:
Parameters
input(required): Your question or search querysearchContextSize(optional): Search context size - "low", "medium", or "high" (default: "medium")reasoningEffort(optional): Reasoning effort level - "low", "medium", or "high" (default: "medium")model(optional): AI model to use - "gpt-5" or "o3" (default: "gpt-5")useCodeInterpreter(optional): Enable code interpreter for data analysis (default: false)previous_response_id(optional): Previous OpenAI response ID for conversation continuity
Conversation Continuity
The iris tool supports conversation continuity through the previous_response_id parameter. This allows you to maintain context across multiple tool calls by referencing a previous response.
How it works:
- Each
iristool response includes a Response ID in the format:[Response ID: resp_abc123xyz] - Use this Response ID as the
previous_response_idparameter in subsequent calls - The AI will automatically continue the conversation with full context
Response Format:
When you call the iris tool, the response will include:
- The main response content
- A Response ID at the end in the format:
[Response ID: {response_id}]
Usage Example:
First call:
- input: "Tell me about machine learning"
- Response: "Machine learning is... [Response ID: resp_abc123xyz]"
Second call (continuing the conversation):
- input: "Can you give me some practical examples?"
- previous_response_id: "resp_abc123xyz"
- Response: "Based on our previous discussion about machine learning... [Response ID: resp_def456uvw]"
Important Notes:
- Validity Period: Response IDs are valid for 30 days from creation
- Context Inheritance: Previous conversation history, tool calls, and reasoning are preserved
- Cost Impact: Previous conversation tokens are included in the input token count
- Instructions: System instructions are not automatically inherited and must be specified each time
Environment Variables
OPENAI_API_KEY: Required OpenAI API key
License
This project is licensed under the MIT License - see the LICENSE file for details.
Install Ai Assistant Iris in Claude Desktop, Claude Code & Cursor
unyly install mcp-ai-assistant-irisInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mcp-ai-assistant-iris -- npx -y @mokemokechicken/mcp-ai-assistant-irisFAQ
Is Ai Assistant Iris MCP free?
Yes, Ai Assistant Iris MCP is free — one-click install via Unyly at no cost.
Does Ai Assistant Iris need an API key?
No, Ai Assistant Iris runs without API keys or environment variables.
Is Ai Assistant Iris hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Ai Assistant Iris in Claude Desktop, Claude Code or Cursor?
Open Ai Assistant Iris on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Ai Assistant Iris with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
