Skip to main content
ClaudeWave

A framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.

MCP Servers3.6k stars448 forksTypeScriptMITUpdated today
Editor's note

OpenSumi is a TypeScript framework for building AI-native IDE products that runs in both Electron desktop and browser environments, with starter templates covering cloud IDEs, desktop IDEs, a pure web IDE called CodeBlitz, and a mini-app-style IDE. It functions as an MCP client, meaning it can connect to any Model Context Protocol server and expose its tools directly inside the IDE environment, giving AI assistants access to context and capabilities defined by those servers. The framework integrates with Claude and other AI models through this MCP client layer, supporting the tools feature of the protocol. Developers building custom IDEs or AI-assisted coding environments are the primary audience, and the framework is already used in production by CodeFuse IDE from Alibaba's Ant Group. The modular package structure, published under the `@opensumi` npm namespace, lets teams pick individual IDE components rather than adopting the entire stack at once.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/opensumi/core
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "core": {
      "command": "node",
      "args": ["/path/to/core/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/opensumi/core and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
aiai-firstai-nativeeditorelectronideide-frameworkmcpmcp-clientopensumitypescriptwebide

What people ask about core

What is opensumi/core?

+

opensumi/core is mcp servers for the Claude AI ecosystem. A framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server. It has 3.6k GitHub stars and was last updated today.

How do I install core?

+

You can install core by cloning the repository (https://github.com/opensumi/core) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is opensumi/core safe to use?

+

Our security agent has analyzed opensumi/core and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains opensumi/core?

+

opensumi/core is maintained by opensumi. The last recorded GitHub activity is from today, with 282 open issues.

Are there alternatives to core?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy core to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: opensumi/core
[![Featured on ClaudeWave](https://claudewave.com/api/badge/opensumi-core)](https://claudewave.com/repo/opensumi-core)
<a href="https://claudewave.com/repo/opensumi-core"><img src="https://claudewave.com/api/badge/opensumi-core" alt="Featured on ClaudeWave: opensumi/core" width="320" height="64" /></a>

More MCP Servers