Demo server and tutorial for making agentic webcomics archive visible to agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-webcomic-site-se": {
"command": "npx",
"args": [
"-y",
"nearestnabors/mcp-webcomic-site-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-webcomic-site-se npx -y nearestnabors/mcp-webcomic-site-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-webcomic-site-se": {
"command": "npx",
"args": [
"-y",
"nearestnabors/mcp-webcomic-site-server"
]
}
}
}