riza-mcp
Documentation
Riza MCP Server
Riza offers an isolated code interpreter for your LLM-generated code.
Our MCP server implementation wraps the Riza API and presents
endpoints as individual tools.
Configure with Claude Desktop as below, or adapt as necessary for your MCP client. Get a free Riza API key in your Riza Dashboard.
{
"mcpServers": {
"riza-server": {
"command": "npx",
"args": [
"@riza-io/riza-mcp"
],
"env": {
"RIZA_API_KEY": "your-api-key"
}
}
}
}The Riza MCP server provides several tools to your LLM:
- `create_tool`: Your LLM can write code and save it as a tool using the Riza Tools API. It can then execute these tools securely on Riza using `execute_tool`.
- `fetch_tool`: Your LLM can fetch saved Riza tools, including source code, which can be useful for editing tools.
- `execute_tool`: Executes a saved tool securely on Riza's code interpreter API.
- `edit_tool`: Edits an existing saved tool.
- `list_tools`: Lists available saved tools.
- `execute_code`: Executes arbitrary code safely on Riza's code interpreter API, without saving it as a tool.
Frequently asked questions
What is riza-mcp?
riza-mcp is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install riza-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is riza-mcp open source?
Yes — it is hosted on GitHub at https://github.com/riza-io/riza-mcp and has 11 stars.
Related MCP tools
Adb-mcp is a proof of concept project to enabled AI control of Adobe tools (Adobe Photoshop and Adobe Premiere) by providing an interface to LLMs via the MCP...
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP