MCP Configtypescript
ApplicationEvaluator MCP Config
MCP configuration with 3 servers: playwright, context7, sequential-thinking
.mcp.json
{
"mcpServers": {
"playwright": {
"command": "bunx",
"args": [
"-y",
"@playwright/mcp@latest"
]
},
"context7": {
"command": "bunx",
"args": [
"-y",
"@upstash/context7-mcp"
]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}