MCP server for Hyperclast — lets AI assistants read and write your pages
Project description
Hyperclast MCP Server
MCP server for Hyperclast. Exposes orgs, projects, and pages to AI assistants.
Tools
| Tool | Description |
|---|---|
list_orgs |
List organizations |
list_projects |
List projects, optionally with pages |
get_project |
Get a project with pages, folders, and files |
list_pages |
List pages (paginated) |
search_pages |
Search pages by title |
get_page |
Get page content |
create_page |
Create a page in a project |
update_page |
Update title/content (append, prepend, or overwrite) |
delete_page |
Delete a page |
Setup
1. Get an access token
Settings → Tokens in Hyperclast, or via CLI: hyperclast token.
2. Add the server
Claude Code:
claude mcp add hyperclast -e HYPERCLAST_TOKEN=your-token-here -- uvx hyperclast-mcp
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"hyperclast": {
"command": "uvx",
"args": ["hyperclast-mcp"],
"env": {
"HYPERCLAST_TOKEN": "your-token-here"
}
}
}
}
For local dev, add -e HYPERCLAST_URL=http://localhost:9800 or put it in the env object.
Run from source
claude mcp add hyperclast \
-e HYPERCLAST_TOKEN=your-token-here \
-e HYPERCLAST_URL=http://localhost:9800 \
-- uv run --directory /path/to/mcp hyperclast-mcp
Configuration
| Variable | Required | Default | Description |
|---|---|---|---|
HYPERCLAST_TOKEN |
Yes | — | Access token |
HYPERCLAST_URL |
No | https://hyperclast.com |
Base URL |
Development
cd mcp
uv sync
uv run hyperclast-mcp
uv run pytest tests/ -v
# Interactive testing
npx @modelcontextprotocol/inspector uv run hyperclast-mcp
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hyperclast_mcp-0.1.0.tar.gz.
File metadata
- Download URL: hyperclast_mcp-0.1.0.tar.gz
- Upload date:
- Size: 71.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c20715de6269c2cd6e551b210720485c80c7523a7f08f7d00bd36aa2a2318458
|
|
| MD5 |
2301652b2cffdb448378a59e4b7bceae
|
|
| BLAKE2b-256 |
8c43a5cfa90162f2059fc5b3ae5a4d8ad4de4b1a7c72f103bd66a59587346f34
|
File details
Details for the file hyperclast_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hyperclast_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef02e8f71fca22ff16d4c5c8a86549c28d4ae026aebef7e43ee93dd8679a593a
|
|
| MD5 |
da0fc43b5c5d3ec4937949705b09ac65
|
|
| BLAKE2b-256 |
bf147c9027aa4ef96d4e48bf72871a3058f1a2526c5dc593b70896f8e271262a
|