Telegraph MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| telegraph_create_accountA | Create a new Telegraph account. Returns an Account object with access_token that should be saved for future requests. |
| telegraph_edit_account_infoB | Update information about a Telegraph account. At least one optional parameter must be provided. |
| telegraph_get_account_infoC | Get information about a Telegraph account. |
| telegraph_revoke_access_tokenA | Revoke the current access_token and generate a new one. The old token becomes invalid immediately. |
| telegraph_create_pageA | Create a new Telegraph page. Returns a Page object including the URL of the created page. |
| telegraph_edit_pageB | Edit an existing Telegraph page. Returns the updated Page object. |
| telegraph_get_pageB | Get a Telegraph page by its path. Returns a Page object. |
| telegraph_get_page_listA | Get a list of pages belonging to a Telegraph account. Returns a PageList object with total_count and pages array. |
| telegraph_get_viewsA | Get the number of views for a Telegraph page. Can filter by year, month, day, or hour. |
| telegraph_list_templatesB | List all available page templates with their fields |
| telegraph_create_from_templateC | Create a new Telegraph page using a template |
| telegraph_export_pageC | Export a Telegraph page to Markdown or HTML format |
| telegraph_backup_accountC | Backup all pages from a Telegraph account |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create-blog-post | Guide for creating a blog post on Telegraph |
| create-documentation | Guide for creating documentation on Telegraph |
| summarize-page | Summarize an existing Telegraph page |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Telegraph Page | Get content of a Telegraph page by its path |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NehoraiHadad/telegraph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server