JustBlogged for Claude Desktop
io.github.usamaejaz/justblogged
Create, edit, organize, publish, and configure JustBlogged blogs from MCP clients.
client:Claude Desktop
transport:streamable-http
tools:45
Install JustBlogged in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"justblogged": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://justblogged.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- list_blogs
- get_blog
- list_blog_members
- create_blog
- update_blog
- delete_blog
- get_blog_metadata
- update_blog_metadata
- update_blog_domain
- list_available_themes
- get_theme_settings
- update_theme_settings
- switch_theme
- list_theme_files
- get_theme_file
- update_theme_file
- delete_theme_file
- upload_image
- list_posts
- get_post
- create_post
- update_post
- delete_post
- list_pages