🌐
Reddit
reddit.com › r/claudeai › try out serena mcp. thank me later.
r/ClaudeAI on Reddit: Try out Serena MCP. Thank me later.
June 20, 2025 -

Thanks so much to /u/thelastlokean for raving about this.
I've been spending days writing my own custom scripts with grep, ast-grep, and writing tracing through instrumentation hooks and open telemetry to get Claude to understand the structure of the various api calls and function calls.... Wow. Then Serena MCP (+ Claude Code) seems to be built exactly to solve that.

Within a few moments of reading some of the docs and trying it out I can immediately see this is a game changer.

Don't take my word, try it out. Especially if your project is starting to become more complex.

https://github.com/oraios/serena

🌐
Smartscope
smartscope.blog › en › generative-ai › claude › serena-mcp-claude-code-beginners-guide
Serena MCP × Claude Code: The New Era of AI Understanding Entire Codebases - SmartScope
August 7, 2025 - Beginner's guide to combining Serena MCP with Claude Code, enabling AI to assist development while understanding entire projects. Includes real Sudoku app improvement examples with concrete benefits and usage methods.
Discussions

Claude and Serena MCP - a dream team for coding
Any benefits to those who use cluade code? Thanks for sharing btw More on reddit.com
🌐 r/ClaudeAI
69
81
June 5, 2025
Enhance Code Search and Navigation with Serena MCP Server Integration
Bug Description there's no issue but I want to suggest that the serena mcp server should be integrated to this claude code, for example the all search or finding files in a codebase should be m... More on github.com
🌐 github.com
3
April 20, 2025
Claude Code + Kiro + Serena, It seems any Symboloic call times out and fails. Other calls work perfectly
I am running Claude Code in Kiro and trying to use Serena. Claude is using Serena and the file commands etc. work perfectly, but every time it tries to use one of the symbolic related commands it hangs until it times out and generated an error in the logs · OS: Windows 11 The mcp server entry ... More on github.com
🌐 github.com
6
July 25, 2025
Am I the only who is not finding any value in Serena MCP or MCPs in general? (using Claude Code)
Don't use MCP servers unless they fulfil something that Claude Code cannot do on it's own. I use Notion, Playwright, and Context7. Notion because I also use Claude Code on my Android phone and I use the Notion MCP to save stuff and restore it on other devices. Playwright because when you're creating a website Claude Code can use playwright to interact and screenshot the website, which helps Claude Code develop the website. Context7 because it helps Claude Code retrieve the latest documentation on stuff like API's. Why are you using Serena MCP? I don't see a good reason for me to use it with Claude Code. More on reddit.com
🌐 r/ClaudeAI
46
22
July 4, 2025
🌐
GitHub
github.com › oraios › serena
GitHub - oraios/serena: A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)
3 weeks ago - To connect Serena to your preferred MCP client, you typically need to configure a launch command in your client. Follow the link for specific instructions on how to set up Serena for Claude Code, Codex, Claude Desktop, MCP-enabled IDEs and other clients (such as local and web-based GUIs).
Starred by 17.6K users
Forked by 1.2K users
Languages   Python 87.2% | JavaScript 3.2% | AL 1.2% | Elixir 1.0% | CSS 0.9% | Erlang 0.9%
🌐
Reddit
reddit.com › r/claudeai › claude and serena mcp - a dream team for coding
r/ClaudeAI on Reddit: Claude and Serena MCP - a dream team for coding
June 5, 2025 -

Claude 4, in particular Opus, is amazing for coding. It has only two main downsides: high cost and a relatively small context window.

Fortunately, there is a free, open-source (MIT licensed) solution to help with both: the Serena MCP server, a toolbox that uses language servers (and quite some code on top of them) to allow an LLM to perform symbolic operations, including edits, directly on your codebase. You may have seen my post on it a while ago, when we had just published the project. It turns a vanilla LLM into a capable coding agent, or improves existing coding agents if included into them

Now, a few weeks and 1k stars later, we are nearing a first stable version. I have started evaluating it, and I'm blown away by the results so far! When using it on its own in Claude Desktop, it turns Claude into a careful and token-frugal agent, capable of acting on enormous projects without running into token limits. As a complement to an existing agentic solution, like Claude Code or some other coding agent, Serena significantly reduced costs in all my experiments while keeping or increasing the quality of the output.

None of it is surprising, of course. If you give me an IDE, I will obviously be better and faster at coding than if I had to code in something like word and use pure file-reads and edits. Why shouldn't the same hold for an LLM?

A quantitative evaluation on SWE-verified is on its way, but to just give a taste of what Serena can do, I created one PR on a benchmark task from sympy, with Opus running on Claude Desktop. It demonstrates how Opus intelligently uses the tools to explore, read and edit the codebase in the most token-efficient manner possible. For complete transparency, the onboarding conversation and the solution conversation are included. The same holds for Sonnet, but for Opus it's particularly useful, since due to its high cost, token efficiency becomes key.

Since Claude Code is now included into the pro subscription, the file-read based MCPs are largely obsolete for coding purposes (for example, the codemcp dev said he now stops the project). Not so for Serena, since the symbolic tools it offers give a valuable addition to Claude Code, rather than being replaced by it.

Even though sympy is a huge repository, the Opus+Serena combo went through it like a breeze. For anyone wanting to have cheaper and faster coding agents, especially on larger projects, I highly recommend looking into Serena! We are still early in the journey, but I think the promise is very high.

🌐
James Acres
jamesacres.co.uk › 2025 › 05 › coding-with-serena-and-claude-desktop-via-mcp
Coding with Serena and Claude Desktop via MCP | James Acres
May 4, 2025 - Today I did an experiment getting AI to implement a change by itself, without using an IDE. I setup the open source Serena which provides an MCP server locally, which you can hook into Claude Desktop.
🌐
Apidog
apidog.com › blog › serena-mcp-server
Serena MCP Server: The Open-Source Coding Agent Toolkit
October 24, 2025 - Model Context Protocol (MCP): The ... Claude Code and Claude Desktop: This is a popular and powerful combination that allows you to use the Serena MCP Server for free with Anthropic's Claude....
🌐
Apidog
apidog.com › blog › serena-mcp-server-2
How to Use Serena MCP Server
August 8, 2025 - Use the Serena MCP Server for free with Claude Code, Claude Desktop, or Cursor. This guide covers installation and setup to enhance your coding with AI, no subscriptions needed.
🌐
ClaudeLog
claudelog.com › home › mcps & add-ons › serena
ClaudeLog - Claude Code Docs, Guides, Tutorials & Best Practices
November 11, 2025 - Serena is a comprehensive AI coding agent toolkit that provides semantic code understanding and intelligent editing capabilities through language server integration. Designed as a free alternative to expensive coding assistants like Cursor and ...
Find elsewhere
🌐
DEV Community
dev.to › webdeveloperhyper › how-to-use-ai-more-efficiently-for-free-serena-mcp-5gj6
🧠How to use AI more efficiently for free (Serena MCP)🧐 - DEV Community
September 20, 2025 - Serena can not only save tokens but also speed up AI responses and improve response quality. You can use Serena at Claude Code, Cursor, Cline, VSCode and others as a MCP (Model Context Protocol).
🌐
Medium
medium.com › @souradip1000 › deconstructing-serenas-mcp-powered-semantic-code-understanding-architecture-75802515d116
Deconstructing Serena’s MCP-Powered Semantic Code Understanding Architecture | by Souradip Pal | Medium
July 5, 2025 - When I first discovered Serena, I thought I was looking at just another coding assistant. But after diving deep into their codebase, I realized I was witnessing something much more significant: a masterclass in architectural design that solves the fundamental problems of AI-powered coding tools. ... · The Problem They Set Out to Solve · The Genius of MCP + LSP Integration ∘ Language Server Protocol (LSP) — The Brain ∘ Model Context Protocol (MCP) — The Bridge ·
🌐
Robert Marshall
robertmarshall.dev › home › blog › turning claude code into a development powerhouse
Turning Claude Code into a Development Powerhouse | Rob Marshall
August 21, 2025 - IMO the best MCP setup for Claude Code. The breakthrough came when I created this slash command: Always use: - serena for semantic code retrieval and editing tools - context7 for up to date documentation on third party code - sequential thinking for any decision making Read the claude.md root file before you do anything.
🌐
Medium
medium.com › @joe.njenga › i-found-these-agentic-mcp-servers-repos-that-you-dont-know-exist-709207b80447
I Found These Agentic MCP Servers & Repos (That You Don’t Know Exist) | by Joe Njenga | Medium
June 28, 2025 - I have seen it all, but still feel left behind when I discover new MCPs that I missed out on, yet I’m on my daily grind here working with MCPs. For example, I recently discovered Serena MCP, which is a powerful coding agent toolkit.
🌐
GitHub
github.com › anthropics › claude-code › issues › 5061
Enhance Code Search and Navigation with Serena MCP Server Integration · Issue #5061 · anthropics/claude-code
April 20, 2025 - Bug Description there's no issue but I want to suggest that the serena mcp server should be integrated to this claude code, for example the all search or finding files in a codebase should be m...
Published   Aug 03, 2025
🌐
PulseMCP
pulsemcp.com › servers › oraios-serena
Official Serena MCP Server | PulseMCP
Provides a server for obtaining structured and freeform code reviews from OpenAI, Google, and Anthropic models with... ... Enables intelligent routing between Claude and Google's Gemini AI for complementary code analysis, leveraging...
🌐
Anthropic
anthropic.com › remote mcp support in claude code
Remote MCP support in Claude Code
June 18, 2025 - For example, by integrating Claude Code with the Sentry MCP server, you can access errors and issues from Sentry.
🌐
GitHub
github.com › oraios › serena › issues › 352
Claude Code + Kiro + Serena, It seems any Symboloic call times out and fails. Other calls work perfectly · Issue #352 · oraios/serena
July 25, 2025 - I am running Claude Code in Kiro and trying to use Serena. Claude is using Serena and the file commands etc. work perfectly, but every time it tries to use one of the symbolic related commands it hangs until it times out and generated an error in the logs · OS: Windows 11 The mcp server entry in .claude.json "serena": { "type": "stdio", "command": "uvx", "args": [ "--from", "git+https://github.com/oraios/serena", "serena-mcp-server", "--context", "ide-assistant", "--project", "VineTracker" ], "env": {} } }
Published   Jul 25, 2025
🌐
KAGAYA's Blog
cdkagaya.design.blog › 2025 › 09 › 11 › how-to-add-serena-mcp-servers-in-claude-code
How to Add serena MCP Servers in Claude Code – KAGAYA's Blog
September 11, 2025 - claude mcp add serena -- uvx --from git+https://github.com/oraios/serena serena start-mcp-server --context ide-assistant --project �% 👉 With this setup, you can extend Claude Code with custom MCP servers like Serena and streamline your coding workflow!