Connect to AI
Connect this blog to your Claude
This blog serves a public read-only MCP server. Connect it and your AI can read and search the posts, projects, and about page directly. No authentication required.
Connect from claude.ai
Go to Settings → Connectors → Add custom connector and paste the URL below.
https://uyeon.dev/mcp
Connect from Claude Code
Run the command below in your terminal.
claude mcp add --transport http uyeon-blog https://uyeon.dev/mcp
Other MCP clients
Any client supporting the Streamable HTTP transport can use the config below.
{
"mcpServers": {
"uyeon-blog": {
"type": "http",
"url": "https://uyeon.dev/mcp"
}
}
}Available tools
posts_listList published posts (tag filter, pagination)post_getFull ko/en markdown of a postposts_searchKeyword search (title, tags, summary, body)projects_listList projectsproject_getProject detail markdownabout_getAuthor profile, tech stack, experience
Notes
- Read-only — only published content is exposed.
- Excessive requests may be temporarily rate limited.
- Indexes for crawlers and agents are also available: llms.txt · llms-full.txt