Skip to main content
Glama
Dineshv0311

Dev.to Blog Publisher MCP Server

by Dineshv0311

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEVTO_API_KEYYesYour Dev.to API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
publish_blog_to_devtoA
Publishes a blog post to dev.to.

Args:
    title (str): The title of the blog post.
    body_markdown (str): The content of the blog post in Markdown format.
    tags (Optional[List[str]]): A list of tags for the blog post (e.g., ["python", "webdev"]).
    published (bool): Set to True to publish immediately, False to save as a draft.
    series (Optional[str]): The name of the series this article belongs to.
    canonical_url (Optional[str]): The canonical URL of the article if it's cross-posted.
    cover_image (Optional[str]): URL of the cover image for the article.

Returns:
    str: A message indicating the success or failure of the publishing operation,
         including the article URL if successful.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Dineshv0311/devto-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server