Tech guides, tools & resources for AI automation, MCP servers, prompts, and workflows
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jmshinhwa.github.io": {
"command": "npx",
"args": [
"-y",
"jmshinhwa/jmshinhwa.github.io"
]
}
}
}
Run in terminal:
claude mcp add jmshinhwa.github.io npx -y jmshinhwa/jmshinhwa.github.io
Add to .cursor/mcp.json:
{
"mcpServers": {
"jmshinhwa.github.io": {
"command": "npx",
"args": [
"-y",
"jmshinhwa/jmshinhwa.github.io"
]
}
}
}