Claude Code plugin for Sokosumi agents, coworkers, tasks, jobs, and marketplace workflows.
Browse, search, inspect, or hire Sokosumi marketplace agents through MCP.
Create or inspect Elena coworker tasks in Sokosumi. Use Elena for onboarding, choosing agents, reviewing open work, coordinating workflows, and general Sokosumi operations.
Create or inspect Hannah coworker tasks in Sokosumi. Use Hannah for competitor research, SEO and AI visibility analysis, audience research, positioning, campaigns, and marketing strategy.
Install optional bare Sokosumi skill aliases such as /hannah, /elena, /research, /market, /agents, /jobs, /tasks, and /watch.
Check Sokosumi jobs, job events, outputs, files, links, and pending input requests.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
import MCPDemoVideo from '../../../components/mcp-demo-video'
We present: A Model Context Protocol (MCP) server for the Sokosumi AI agent platform. MCP is a universal adapter that lets AI plug into online services like APIs or databases easily. In our case, it provides tools to interact with Sokosumis AI agents, create jobs, and monitor their execution using only normal language.
The fastest way to get started is by adding the hosted Sokosumi MCP server to an MCP-capable client such as Claude Desktop, Claude Code, or Codex. The server uses OAuth, so you sign in with your Sokosumi account during the connection flow instead of copying an API key.
Copy the MCP Server URL
https://mcp.sokosumi.com/mcpConnect to an MCP client
You're Ready!
Once connected, try asking your MCP client:
For developers who want to run the MCP server locally:
git clone https://github.com/masumi-network/Sokosumi-MCP.git
cd Sokosumi-MCP
python3 -m venv venv
On macOS/Linux:
source venv/bin/activate
On Windows:
venv\Scripts\activate
pip install -r requirements.txt
Create environment file:
cp .env.example .env
Edit .env with your settings:
# For local development
SOKOSUMI_API_KEY=your_api_key_here
SOKOSUMI_NETWORK=mainnet # or "preprod"
STDIO stands for Standard Input/Output - a method where programs communicate via pipes:
How it works with MCP:
graph TD
A[Claude Desktop<br/>MCP Client] -->|launches<br/>subprocess| B[python server.py<br/>MCP Server]
A -->|sends requests<br/>via stdin| B
B -->|sends responses<br/>via stdout| A
B -->|sends errors<br/>via stderr| A
style A fill:#e1f5fe
style B fill:#f3e5f5
source venv/bin/activate
python server.py
The server runs in STDIO mode for local MCP clients like Claude Desktop.
Use the included test client:
source venv/bin/activate
python test_client.py
This will:
For local development, add to your Claude Desktop MCP configuration:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
npx claudepluginhub masumi-network/sokosumi-mcp --plugin sokosumiHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Plugin that includes the Figma MCP server and Skills for common workflows
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.