AI Note
Rank #53,020io.github.seunghan91/ainote
Agent-native notes, tasks, dev-docs, vaults, sync & handoffs. MCP + OpenAPI dual surface.
AI Note is a Model Context Protocol (MCP) server published by seunghan91. It ranks #53,020 of 132,113 servers tracked on MCP Toplist. AI Note is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on May 14, 2026 and most recently updated on May 14, 2026.
Ranks ahead of 79,093 of 132,113 servers on MCP Toplist.
Use AI Note
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http ainote https://api.ainote.dev/api/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add ainote -e "AINOTE_API_KEY=<your AINOTE_API_KEY>" -- npx -y @ainote/mcpReplace each placeholder with your own value before saving.
[mcp_servers.ainote]
url = "https://api.ainote.dev/api/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.ainote]
command = "npx"
args = ["-y", "@ainote/mcp"]
[mcp_servers.ainote.env]
AINOTE_API_KEY = "<your AINOTE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.ainote.dev/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"ainote": {
"command": "npx",
"args": [
"-y",
"@ainote/mcp"
],
"env": {
"AINOTE_API_KEY": "<your AINOTE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ainote": {
"url": "https://api.ainote.dev/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"ainote": {
"command": "npx",
"args": [
"-y",
"@ainote/mcp"
],
"env": {
"AINOTE_API_KEY": "<your AINOTE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ainote": {
"type": "http",
"url": "https://api.ainote.dev/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"ainote": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ainote/mcp"
],
"env": {
"AINOTE_API_KEY": "<your AINOTE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ainote": {
"serverUrl": "https://api.ainote.dev/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"ainote": {
"command": "npx",
"args": [
"-y",
"@ainote/mcp"
],
"env": {
"AINOTE_API_KEY": "<your AINOTE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ainote": {
"url": "https://api.ainote.dev/api/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"ainote": {
"command": "npx",
"args": [
"-y",
"@ainote/mcp"
],
"env": {
"AINOTE_API_KEY": "<your AINOTE_API_KEY>"
}
}
}
}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.seunghan91%2Fainote)<a href="https://mcptoplist.com/server/io.github.seunghan91%2Fainote"><img src="https://mcptoplist.com/badge/io.github.seunghan91%2Fainote.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
seunghan91
Other servers by seunghan91
View all seunghan91 servers →Available versions (2)
| Version | Published |
|---|---|
| 1.3.2 | May 14, 2026 |
| 1.3.1 | May 14, 2026 |
Frequently asked questions
- Who maintains AI Note?
- AI Note is maintained by seunghan91, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is AI Note listed on the Official MCP Registry?
- Yes — AI Note is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does AI Note have?
- MCP Toplist tracks 2 versions of AI Note, most recently published on May 14, 2026.
- Where can I find the source code for AI Note?
- The source code for AI Note is hosted at github.com/seunghan91/ainote.
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.