You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Open Cursor Settings to add new MCP server `search1api` with the command `env SEARCH1API_KEY=your-search1api-key npx -y search1api-mcp`
92
-
2. Add your own Search1API key to the command
93
-
94
-
Safe way:
95
-
1. Copy the run.template.sh to your file path and rename it to run.sh
96
-
2. Add your own Search1API key to the run.sh file
97
-
3. Open Cursor Settings to add new MCP server `search1api` with the command `sh ./your_file_path/run.sh`
98
-
99
-
Read the Cursor MCP Server [Official Documentation](https://docs.cursor.com/context/model-context-protocol#adding-an-mcp-server-to-cursor) to get more information.
100
-
101
-
#### 2.3 Windsurf
102
-
Update your Windsurf configuration file (`mcp_config.json`) with the following content:
103
-
104
-
```json
105
-
{
106
-
"mcpServers": {
107
-
"search1api": {
108
-
"command": "npx",
109
-
"args": ["-y", "search1api-mcp"],
110
-
"env": {
111
-
"SEARCH1API_KEY": "YOUR_SEARCH1API_KEY"
112
-
}
113
-
}
114
-
}
115
-
}
116
-
```
117
-
Read the Windsurf MCP Server [Official Documentation](https://docs.codeium.com/windsurf/mcp) to get more information.
118
-
119
-
**Notice: After the configuration is done, you can close Windsurf offcial web tools to save your credits**
120
-
121
86
## Version History
122
87
88
+
- v0.1.6: Added Wikipedia search service
123
89
- v0.1.5: Added new search parameters (include_sites, exclude_sites, time_range) and new search services (arxiv, wechat, bilibili, imdb)
124
90
- v0.1.4: Added reasoning tool with deepseek r1 and updated the Cursor and Windsurf configuration guide
0 commit comments