28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
---
|
||
next:
|
||
text: Pythonで実装した天気情報MCPサーバー(STDIO)
|
||
link: '/plugin-tutorial/examples/python-simple-stdio'
|
||
---
|
||
|
||
# MCPサーバー開発事例
|
||
|
||
## Python
|
||
- [Pythonで実装した天気情報MCPサーバー(STDIO)](./python-simple-stdio)
|
||
- [Pythonで実装した汎用フォーム入力MCP(STDIO)](./python-form-stdio)
|
||
- [Pythonで実装したBlenderベースのMCP(STDIO)](./python-blender-stdio)
|
||
- [Pythonで実装したCadence EDA用MCP(STDIO)](./python-cadence-stdio)
|
||
- FFmpegベースMCPによる対話型動画編集
|
||
- RAGベースMCPによるナレッジベース注入
|
||
- Stable Diffusion用MCPサーバーの実装
|
||
|
||
## Nodejs
|
||
- [TypeScriptで実装したcrawl4aiベースの超機能ウェブクローラーMCP(STDIO)](./typescript-crawl4ai-stdio)
|
||
|
||
## Go
|
||
- [Goで実装したNeo4j用読み取り専用MCPサーバー(SSE)](./go-neo4j-sse)
|
||
|
||
## Java
|
||
- [Javaで実装したドキュメントデータベース用読み取り専用MCP(HTTP)](./java-es-http)
|
||
|
||
## 認証
|
||
- [SSE方式OAuth2認証MCPサーバー事例](./sse-oauth2) |