MCP.so
登录

Spring Ai Mcp Deepseek

@firefly0512

关于 Spring Ai Mcp Deepseek

使用 Spring AI 整合 MCP 服务,包括 MCP server 和 deepseek client

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

firefly0512

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Spring Ai Mcp Deepseek?

Spring Ai Mcp Deepseek is a project that uses Spring AI 1.0.0 to integrate Model Context Protocol (MCP) services with a DeepSeek AI client. It provides an MCP server and multiple client modules for chat and tool invocation.

How to use Spring Ai Mcp Deepseek?

Configure your DeepSeek API key (spring.ai.openai.api-key) in application.properties. Start the mcp-server module on port 8085, then start either the mcp-client module (port 8082) for a text chat API, or the mcp-tool-client module (port 8083) for a page-based client with stream and tool‑call control. Access the SSE endpoint at http://localhost:8085/sse.

Key features of Spring Ai Mcp Deepseek

  • MCP server with SSE streaming endpoint on port 8085
  • Text chat client API on port 8082
  • Page client with call/stream and tool control on port 8083
  • Displays registered MCP tools on the client page
  • Formats tool call results for readability

Use cases of Spring Ai Mcp Deepseek

  • Chat with DeepSeek AI via an MCP‑integrated text API
  • Invoke MCP tools from a web page client
  • Stream AI responses in real time
  • Test and demonstrate MCP tool‑calling capabilities

FAQ from Spring Ai Mcp Deepseek

What API key is required?

You need a DeepSeek API key, configured as spring.ai.openai.api-key in the application.properties files of the mcp-client and call-mcp modules.

What modules does the project contain?

It contains three modules: mcp-server (port 8085), mcp-client (port 8082), and mcp-tool-client (port 8083).

How do I access the client interfaces?

For the text client, use endpoints like /api/chat or /chat with a message parameter. For the page client, visit http://localhost:8083/.

Does the server support SSE streaming?

Yes, the MCP server exposes an SSE endpoint at http://localhost:8085/sse.

Is there a user interface for tool control?

Yes, the mcp-tool-client module provides a web page at port 8083 that shows a list of registered MCP tools and allows invoking them with formatted results.

评论

其他 分类下的更多 MCP 服务器