Daily learning MCP

Daily learning MCP can help the user search the useful alayman articles by using the natural language. Also, it can provide insight and the statistics data to the user from the articles.

What you can do with this MCP server? There are a few example.

1. Retrieve all alayman articles about Angular.

2. Retrieve alayman articles from 2025 ~ 2026.

3. or the alayman's articles from 2019 to 2025, what's the article count and percentage for the implementations? what's the percentage and article count for the experience?

Architecture

MCP Architecture

Integration Guide

Currently, it has supported the Claude Code. There are a few steps.

1. Register it with the API key (expiration date for API keys is 1 year).

claude mcp add --scope user --transport sse \
  --env ALAYMAN_API_KEY=your-api-key-here \
  alayman https://alayman-mcp-server.ofalpha.workers.dev/sse

2. Try to use the tool to search articles

> Retrieve all alayman articles about Angular

⏺ Let me search for all articles about Angular from Alayman:

⏺ alayman - search_articles (MCP)(keyword: "Angular")
  ⎿  Error searching articles: API key verification required. Please use the 'Authenticate with Alayman' prompt or call the 'verify_api_key' tool first.                                       

⏺ Let me verify the API key again:

⏺ alayman - verify_api_key (MCP)(apiKey: "dl_xxx_xxx")
  ⎿  ✅ API key verified successfully!                                                                                                                                                          

     You can now use all article tools (get_all_articles, search_articles).

⏺ Now let me search for Angular articles:

⏺ alayman - search_articles (MCP)(keyword: "Angular")
  ⎿  Found 30 article(s) matching "Angular":      

3. Response from the MCP server

> Perfect! I found 30 articles about Angular from Alayman. Here's a comprehensive summary organized by topic:

  Angular Articles by Topic

  D3.js Visualization (5 articles)

  1. Add Interactive Abilities with D3.js in Angular (2025-08-23) - 4 views
  2. Graph Visualization with D3.js in Angular (2025-07-26) - 14 views
  3. Tidy Tree Visualization with D3.js in Angular (2024-05-05) - 17 views
  4. Path Visualization with D3.js in Angular (2024-02-12) - 5 views
  5. Hierarchical Graph Visualization with Cytoscape.js in Angular (2023-08-30) - 18 views

  Unit Testing (3 articles)

  6. Unit Test in Angular Part 3. Execute Tests on GitLab CI Pipelines with Jenkins (2024-11-30)
  7. Unit Test in Angular Part 2. Execute Tests on GitLab CI Pipelines with Runners (2024-11-25)
  8. Unit Test in Angular Part 1. Test Components with Karma and Jasmine (2024-10-29)

  Maps Integration (2 articles)

  9. Integrate Google Map API with Angular 17 (2024-08-26) - 4 views, 1 share
  10. Leaflet in Angular — Markers and MarkerClusterGroup (2024-03-27) - 10 views, 1 share

  Development Tools & Best Practices (6 articles)

  11. Integrating Storybook with Angular UI Library (2024-07-20) - 8 views
  12. Introduction to Command Pattern in Angular (2024-06-22) - 4 views
  13. Standardize Angular UI and Layouts by Sharing Libraries on NPM (2024-01-27)
  14. Theming for Angular Applications with CSS Variables (2024-01-06)
  15. How to Customize Angular Schematics to Reduce Manual Efforts? (2023-09-13)
  16. Introduction to Nx Monorepo Workspace (2022-05-23) - 4 views

  React to Angular Series (7 articles)

  17. React to Angular: React Change Detection vs Angular Change Detection (2023-12-09) - 3 views
  18. React to Angular: Strategy Pattern and Implementations (2022-08-07) - 4 views
  19. React to Angular: Customized Form Controls (2022-07-09)
  20. React to Angular: Notes of Component Lifecycle (2022-01-24) - 5 views
  21. React to Angular: Use Redux Part 2. NgRx store (2022-01-17) - 5 views, 1 share
  22. React to Angular: Use Redux for State Management (2022-01-09) - 3 views

  Authentication & Deployment (2 articles)

  23. JWT Authentication in Angular- Cookie-based Token (2022-12-20) - 12 views
  24. Migrate React, Angular and Static Files from Heroku to Vercel (2022-11-28)

  Micro Frontends & Electron (2 articles)

  25. Build Micro frontends — Aggregate Angular Components in NextJS/ReactJS (2022-05-07) - 9 views
  26. Enhance Electron Apps with IPC between Electron and Angular (2022-09-25) - 11 views, 5 shares

  NPM Packages & Documentation (3 articles)

  27. npm package: angular-documentation-ui
  28. Notes of Angular v17
  29. Notes of Angular v13
  30. npm package: angular-cytoscape-schematics - 2 views

  All articles are written by Jen-Hsuan Hsieh (Sean) and published on the A Layman Medium publication.      

4. Unregister it (optional)

claude mcp remove alayman