What is the io.github.seunghan91/ainote MCP server?
Agent-native notes, tasks, dev-docs, vaults, sync & handoffs. MCP + OpenAPI dual surface.
How to install io.github.seunghan91/ainote
Copy-paste configuration for popular MCP clients.
AINOTE_API_KEYrequiredsecret64-character ainote MCP key. Issue one via `npx @ainote/mcp signup` (RFC 8628 device flow), or in a Claude session by calling signup_and_get_key, or at https://app.ainote.dev -> Settings -> MCP keys.
AuthorizationrequiredsecretMcpKey <YOUR_KEY> -- same key as the AINOTE_API_KEY env var for the stdio transport.
{
"mcpServers": {
"ainote": {
"command": "npx",
"args": [
"-y",
"@ainote/mcp"
],
"env": {
"AINOTE_API_KEY": "<YOUR_AINOTE_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"ainote": {
"command": "npx",
"args": [
"-y",
"@ainote/mcp"
],
"env": {
"AINOTE_API_KEY": "<YOUR_AINOTE_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"ainote": {
"command": "npx",
"args": [
"-y",
"@ainote/mcp"
],
"env": {
"AINOTE_API_KEY": "<YOUR_AINOTE_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"ainote": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ainote/mcp"
],
"env": {
"AINOTE_API_KEY": "<YOUR_AINOTE_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add ainote --env AINOTE_API_KEY=<YOUR_AINOTE_API_KEY> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @ainote/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.