- Home
- MCP servers
- Telegraph
Telegraph
- typescript
0
GitHub Stars
typescript
Language
6 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"nehoraihadad-telegraph-mcp": {
"command": "npx",
"args": [
"-y",
"telegraph-mcp"
]
}
}
}You can run and use the Telegraph MCP Server to expose Telegraph’s page and account management capabilities as MCP tools for Claude and other LLM clients. This server lets you create, edit, view, and export Telegraph content through programmable prompts and workflows, enabling automation and AI-assisted content management.
How to use
Use the Telegraph MCP Server to access Telegraph features from an MCP client. You will authenticate with an access token for account-specific actions, and you can create pages from templates, publish content written in Markdown, and export or back up pages. With the MCP server, you interact through predefined tools such as creating accounts, managing pages, applying templates, and exporting content, all orchestrated by your MCP client.
How to install
Prerequisites: you need Node.js and npm (or npx) installed on your machine.
Option 1 — Quick start using the MCP tool directly with Claude Code or your environment.
Install and run the MCP server with npx:
# Run the MCP server directly
npx telegraph-mcp
Configuration and runtime setup
If you want Claude Desktop to launch the MCP server automatically, configure Claude Desktop to use the following MCP entry for telegraph.
{
"mcpServers": {
"telegraph": {
"command": "npx",
"args": ["-y", "telegraph-mcp"]
}
}
}
Available tools
telegraph_create_account
Create a new Telegraph account
telegraph_edit_account_info
Update account information
telegraph_get_account_info
Get account details
telegraph_revoke_access_token
Revoke and regenerate access token
telegraph_create_page
Create a new Telegraph page (supports Markdown!)
telegraph_edit_page
Edit an existing Telegraph page
telegraph_get_page
Get a page by path
telegraph_get_page_list
List all pages for an account
telegraph_get_views
Get view statistics for a page
telegraph_list_templates
List all available page templates
telegraph_create_from_template
Create a page using a template
telegraph_export_page
Export a page to Markdown or HTML
telegraph_backup_account
Backup all pages from an account