From 866101ee8c72d9ac146bb8362d60fc2ef4795b1e Mon Sep 17 00:00:00 2001 From: tqtensor Date: Fri, 8 May 2026 09:38:46 +0000 Subject: [PATCH 1/2] docs: add Kiro to supported MCP clients --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23da45f..1cef33e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Advanced reasoning and problem-solving using the `perplexity/sonar-reasoning-pro claude mcp add perplexity --env OPENROUTER_API_KEY="your_key_here" -- npx -y github:tqtensor/modelcontextprotocol ``` -### Cursor, Claude Desktop & Windsurf +### Cursor, Claude Desktop, Kiro & Windsurf All these clients use the same `mcpServers` format: @@ -46,6 +46,7 @@ All these clients use the same `mcpServers` format: | -------------- | ------------------------------------- | | Cursor | `~/.cursor/mcp.json` | | Claude Desktop | `claude_desktop_config.json` | +| Kiro | `.kiro/settings/mcp.json` | | Windsurf | `~/.codeium/windsurf/mcp_config.json` | ```json From d6acaccfc218e589c825fa41f2d9a93d96e2ede8 Mon Sep 17 00:00:00 2001 From: tqtensor Date: Fri, 8 May 2026 09:39:17 +0000 Subject: [PATCH 2/2] chore: drop npm version badge from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1cef33e..692cd39 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Perplexity MCP Server (OpenRouter) -[![npm version](https://img.shields.io/npm/v/%40perplexity-ai%2Fmcp-server?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/@perplexity-ai/mcp-server) - An MCP server implementation for Perplexity models via OpenRouter, providing AI assistants with real-time web search, reasoning, and research capabilities through Sonar models. ## Available Tools