Spring AI–based MCP Agent that enables LLMs to execute real-world actions such as file operations, email sending, and time retrieval with tool calling and chat memory
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ko-spring-ai-mcp-too": {
"command": "npx",
"args": [
"-y",
"skyleedevzero86/ko-spring-ai-mcp-toolkit"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ko-spring-ai-mcp-too npx -y skyleedevzero86/ko-spring-ai-mcp-toolkit
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ko-spring-ai-mcp-too": {
"command": "npx",
"args": [
"-y",
"skyleedevzero86/ko-spring-ai-mcp-toolkit"
]
}
}
}
📋 Copy