General MCP work flow
!
MCP in IDE
歡迎凱大跟子勤!
IDE
- Claude https://www.cursor.com/
- Windsurf https://windsurf.com/pricing
- TRAE https://www.trae.ai/
- FireStudio https://firestudio.space/
LLM Model
- Claude-3.7
- GPT-4o
- DeepSeek-V3
- Gemini-2.5 pro
!
Flow - IDE with LLM
!
Flow - IDE with LLM and MCP
!
Config example for get doc content
https://github.com/modelcontextprotocol/servers
{
“mcpServers”: {
“LarkDocs”: {
“command”: “npx”,
“args”: [
“-y”,
“–registry”,
“http://bnpm.byted.org/”,
“@byted/mcp-lark-docs@latest”
],
“env”: {
“LARK_APP_ID”: “ididid”,
“LARK_APP_SECRET”: “secret”,
“AUTH_CALLBACK_PORT”: “”,
“AUTH_CALLBACK_ENDPOINT”: ""
}
}
}
}