@Hubnote /Server
БесплатноНе проверенMCP server for hubNote, enabling AI assistants to manage workspaces, pages, and data rows via natural language.
Описание
MCP server for hubNote, enabling AI assistants to manage workspaces, pages, and data rows via natural language.
README
MCP (Model Context Protocol) server for hubNote — connect Claude Desktop, Cursor, Codex, or any MCP client to your hubNote workspaces.
Once installed, you can ask your LLM to:
- "Create a page in my Engineering workspace called 'Q2 OKR' with KR1, KR2, KR3 as sub-pages"
- "Find all meeting notes with action items past due"
- "Summarize the design review and post it as a new page"
Installation
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"hubnote": {
"command": "npx",
"args": ["-y", "@hubnote-mcp/server"],
"env": {
"HUBNOTE_API_KEY": "hbn_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}
Restart Claude Desktop. The hubNote tools should appear in the tool picker.
Cursor
Settings → Cursor Settings → MCP, or edit ~/.cursor/mcp.json directly:
{
"mcpServers": {
"hubnote": {
"command": "npx",
"args": ["-y", "@hubnote-mcp/server"],
"env": { "HUBNOTE_API_KEY": "hbn_..." }
}
}
}
Codex (CLI / IDE extension)
OpenAI Codex uses a TOML config file at ~/.codex/config.toml. Easiest
way is the CLI:
codex mcp add hubnote \
--env HUBNOTE_API_KEY=hbn_yourkeyhere \
-- npx -y @hubnote-mcp/server
Or edit the TOML directly:
[mcp_servers.hubnote]
command = "npx"
args = ["-y", "@hubnote-mcp/server"]
[mcp_servers.hubnote.env]
HUBNOTE_API_KEY = "hbn_yourkeyhere"
The CLI and IDE extension share the same configuration.
ChatGPT (not supported in v1)
ChatGPT (desktop and web) only accepts remote MCP servers (HTTPS URL
- OAuth) via Settings → Connectors. This package is stdio-only, so direct ChatGPT setup is not currently possible. A future release will add a remote server endpoint for ChatGPT / claude.ai web. For now use Claude Desktop / Cursor / Codex.
Get an API Key
- Sign in to https://notion.discof.com
- Account settings → "API 키" tab
- "+ 새 API 키 발급" — copy the key (shown only once)
The key carries your full hubNote permissions for all your workspaces. Revoke at any time from the same panel.
Available Tools
(Implemented in Phase 6 — see collab_guide/plans/mcp_integration.md)
list_workspaces,list_pages,get_page,search_pagescreate_page,update_page,archive_page,set_page_visibilitylist_data_rows,create_data_row,update_data_row,delete_data_rowsearch_help,current_user
Documentation
- Full setup + tool reference: https://notion.discof.com/help/mcp-integration
- Source: https://github.com/wlzerd/hubnote-mcp-server
Limits & Safety
- HTML View pages cannot be created/edited via MCP (security: LLM-authored JS would run in other members' browsers)
- Database card / view manipulation excluded in v1
- Page archive is soft (recoverable from "보관함")
- Data row deletion is immediate — Claude Desktop's confirm dialog is your safety net
License
MIT
Установка @Hubnote /Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/wlzerd/hubnote-mcp-serverFAQ
@Hubnote /Server MCP бесплатный?
Да, @Hubnote /Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Hubnote /Server?
Нет, @Hubnote /Server работает без API-ключей и переменных окружения.
@Hubnote /Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить @Hubnote /Server в Claude Desktop, Claude Code или Cursor?
Открой @Hubnote /Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare @Hubnote /Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
