Agent Aiko
Rank #12,383io.github.masa-san-jp/aiko
A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code
Agent Aiko is a Model Context Protocol (MCP) server published by masa-san-jp. It ranks #12,383 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Agent Aiko is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 31, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 119,663 of 132,046 servers on MCP Toplist.
Use Agent Aiko
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add aiko -e "AIKO_HOME=<your AIKO_HOME>" -e "AIKO_PERSONA_ID=<your AIKO_PERSONA_ID>" -e "AIKO_USER_PROFILE=<your AIKO_USER_PROFILE>" -- npx -y aiko-mcpReplace each placeholder with your own value before saving.
[mcp_servers.aiko]
command = "npx"
args = ["-y", "aiko-mcp"]
[mcp_servers.aiko.env]
AIKO_HOME = "<your AIKO_HOME>"
AIKO_PERSONA_ID = "<your AIKO_PERSONA_ID>"
AIKO_USER_PROFILE = "<your AIKO_USER_PROFILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiko": {
"command": "npx",
"args": [
"-y",
"aiko-mcp"
],
"env": {
"AIKO_HOME": "<your AIKO_HOME>",
"AIKO_PERSONA_ID": "<your AIKO_PERSONA_ID>",
"AIKO_USER_PROFILE": "<your AIKO_USER_PROFILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiko": {
"command": "npx",
"args": [
"-y",
"aiko-mcp"
],
"env": {
"AIKO_HOME": "<your AIKO_HOME>",
"AIKO_PERSONA_ID": "<your AIKO_PERSONA_ID>",
"AIKO_USER_PROFILE": "<your AIKO_USER_PROFILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"aiko": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aiko-mcp"
],
"env": {
"AIKO_HOME": "<your AIKO_HOME>",
"AIKO_PERSONA_ID": "<your AIKO_PERSONA_ID>",
"AIKO_USER_PROFILE": "<your AIKO_USER_PROFILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiko": {
"command": "npx",
"args": [
"-y",
"aiko-mcp"
],
"env": {
"AIKO_HOME": "<your AIKO_HOME>",
"AIKO_PERSONA_ID": "<your AIKO_PERSONA_ID>",
"AIKO_USER_PROFILE": "<your AIKO_USER_PROFILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiko": {
"command": "npx",
"args": [
"-y",
"aiko-mcp"
],
"env": {
"AIKO_HOME": "<your AIKO_HOME>",
"AIKO_PERSONA_ID": "<your AIKO_PERSONA_ID>",
"AIKO_USER_PROFILE": "<your AIKO_USER_PROFILE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.masa-san-jp%2Faiko)<a href="https://mcptoplist.com/server/io.github.masa-san-jp%2Faiko"><img src="https://mcptoplist.com/badge/io.github.masa-san-jp%2Faiko.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
masa-san-jp
Available versions (2)
| Version | Published |
|---|---|
| 0.2.1 | Aug 3, 2026 |
| 0.2.0 | Aug 2, 2026 |
Frequently asked questions
- Who maintains Agent Aiko?
- Agent Aiko is maintained by masa-san-jp, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Agent Aiko listed on the Official MCP Registry?
- Yes — Agent Aiko is listed on the Official MCP Registry.
- How many versions does Agent Aiko have?
- MCP Toplist tracks 2 versions of Agent Aiko, most recently published on Aug 3, 2026.
- Where can I find the source code for Agent Aiko?
- The source code for Agent Aiko is hosted at github.com/masa-san-jp/Agent-Aiko.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.