Claude Code plugin marketplace with commands, agents, skills, and MCP server configurations
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ashford": {
"command": "npx",
"args": [
"-y",
"luqmannurhakimbazman/ashford"
]
}
}
}
Run in terminal:
claude mcp add ashford npx -y luqmannurhakimbazman/ashford
Add to .cursor/mcp.json:
{
"mcpServers": {
"ashford": {
"command": "npx",
"args": [
"-y",
"luqmannurhakimbazman/ashford"
]
}
}
}