Collection of TypeScript MCP servers, shared utilities, tests, and operational patterns for local automation, integrations, and protocol experiments.
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-suite": {
"command": "npx",
"args": [
"-y",
"oaslananka/mcp-suite"
]
}
}
}
Run in terminal:
claude mcp add mcp-suite npx -y oaslananka/mcp-suite
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-suite": {
"command": "npx",
"args": [
"-y",
"oaslananka/mcp-suite"
]
}
}
}